All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel][PATCH 0/1] cameraif: Add ABI for para-virtualized
@ 2018-07-31  9:31 ` Oleksandr Andrushchenko
  0 siblings, 0 replies; 56+ messages in thread
From: Oleksandr Andrushchenko @ 2018-07-31  9:31 UTC (permalink / raw)
  To: xen-devel, konrad.wilk, jgross, boris.ostrovsky, mchehab,
	linux-media, sakari.ailus, koji.matsuoka.xm
  Cc: Oleksandr Andrushchenko

From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>

Hello!

At the moment Xen [1] already supports some virtual multimedia
features [2] such as virtual display, sound. It supports keyboards,
pointers and multi-touch devices all allowing Xen to be used in
automotive appliances, In-Vehicle Infotainment (IVI) systems
and many more.

This work adds a new Xen para-virtualized protocol for a virtual
camera device which extends multimedia capabilities of Xen even
farther: video conferencing, IVI, high definition maps etc.

The initial goal is to support most needed functionality with the
final idea to make it possible to extend the protocol if need be:

1. Provide means for base virtual device configuration:
 - pixel formats
 - resolutions
 - frame rates
2. Support basic camera controls:
 - contrast
 - brightness
 - hue
 - saturation
3. Support streaming control
4. Support zero-copying use-cases

I hope that Xen and V4L and other communities could give their
valuable feedback on this work, so I can update the protocol
to better fit any additional requirements I might have missed.

Thank you,
Oleksandr Andrushchenko

[1] https://www.xenproject.org/
[2] https://xenbits.xen.org/gitweb/?p=xen.git;a=tree;f=xen/include/public/io

Oleksandr Andrushchenko (1):
  cameraif: add ABI for para-virtual camera

 xen/include/public/io/cameraif.h | 981 +++++++++++++++++++++++++++++++
 1 file changed, 981 insertions(+)
 create mode 100644 xen/include/public/io/cameraif.h

-- 
2.18.0

^ permalink raw reply	[flat|nested] 56+ messages in thread

end of thread, other threads:[~2018-09-11 13:07 UTC | newest]

Thread overview: 56+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-31  9:31 [Xen-devel][PATCH 0/1] cameraif: Add ABI for para-virtualized Oleksandr Andrushchenko
2018-07-31  9:31 ` [PATCH " Oleksandr Andrushchenko
2018-07-31  9:31 ` [Xen-devel][PATCH 1/1] cameraif: add ABI for para-virtual camera Oleksandr Andrushchenko
2018-07-31  9:31   ` [PATCH " Oleksandr Andrushchenko
2018-08-14  8:30   ` [Xen-devel][PATCH " Juergen Gross
2018-08-14  8:30     ` [PATCH " Juergen Gross
2018-08-21  5:54     ` [Xen-devel][PATCH " Oleksandr Andrushchenko
2018-08-21  5:54       ` [PATCH " Oleksandr Andrushchenko
2018-09-03 10:16       ` [Xen-devel][PATCH " Oleksandr Andrushchenko
2018-09-03 10:16         ` [PATCH " Oleksandr Andrushchenko
2018-09-03 15:25         ` [Xen-devel][PATCH " Hans Verkuil
2018-09-03 15:25           ` [PATCH " Hans Verkuil
2018-09-04  6:56           ` [Xen-devel][PATCH " Oleksandr Andrushchenko
2018-09-04  6:56             ` [PATCH " Oleksandr Andrushchenko
2018-09-09 10:42             ` [Xen-devel][PATCH " Hans Verkuil
2018-09-09 10:42               ` [PATCH " Hans Verkuil
2018-09-10  5:59               ` [Xen-devel][PATCH " Oleksandr Andrushchenko
2018-09-10  5:59                 ` [PATCH " Oleksandr Andrushchenko
2018-09-10  8:14                 ` [Xen-devel][PATCH " Hans Verkuil
2018-09-10  8:14                   ` [PATCH " Hans Verkuil
2018-09-10  8:34                   ` [Xen-devel][PATCH " Oleksandr Andrushchenko
2018-09-10  8:34                     ` [PATCH " Oleksandr Andrushchenko
2018-09-09 10:31   ` [Xen-devel][PATCH " Hans Verkuil
2018-09-09 10:31     ` [PATCH " Hans Verkuil
2018-09-10  7:16     ` [Xen-devel][PATCH " Oleksandr Andrushchenko
2018-09-10  7:16       ` [PATCH " Oleksandr Andrushchenko
2018-09-10  7:53       ` [Xen-devel][PATCH " Hans Verkuil
2018-09-10  7:53         ` [PATCH " Hans Verkuil
2018-09-10  8:24         ` [Xen-devel][PATCH " Oleksandr Andrushchenko
2018-09-10  8:24           ` [PATCH " Oleksandr Andrushchenko
2018-09-10  9:04           ` [Xen-devel][PATCH " Hans Verkuil
2018-09-10  9:04             ` [PATCH " Hans Verkuil
2018-09-10  9:52             ` [Xen-devel][PATCH " Oleksandr Andrushchenko
2018-09-10  9:52               ` [PATCH " Oleksandr Andrushchenko
2018-09-10 11:09               ` [Xen-devel][PATCH " Hans Verkuil
2018-09-10 11:09                 ` [PATCH " Hans Verkuil
2018-09-10 11:49                 ` [Xen-devel][PATCH " Oleksandr Andrushchenko
2018-09-10 11:49                   ` [PATCH " Oleksandr Andrushchenko
2018-09-10 12:26                   ` [Xen-devel][PATCH " Hans Verkuil
2018-09-10 12:26                     ` [PATCH " Hans Verkuil
2018-09-10 13:16                     ` [Xen-devel][PATCH " Oleksandr Andrushchenko
2018-09-10 13:16                       ` [PATCH " Oleksandr Andrushchenko
2018-09-11  6:52                     ` [Xen-devel][PATCH " Oleksandr Andrushchenko
2018-09-11  6:52                       ` [PATCH " Oleksandr Andrushchenko
2018-09-11  7:04                       ` [Xen-devel][PATCH " Hans Verkuil
2018-09-11  7:04                         ` [PATCH " Hans Verkuil
2018-09-11  7:14                         ` [Xen-devel][PATCH " Oleksandr Andrushchenko
2018-09-11  7:14                           ` [PATCH " Oleksandr Andrushchenko
2018-09-11  7:52                           ` [Xen-devel][PATCH " Hans Verkuil
2018-09-11  7:52                             ` [PATCH " Hans Verkuil
2018-09-11  8:09                             ` [Xen-devel][PATCH " Oleksandr Andrushchenko
2018-09-11  8:09                               ` [PATCH " Oleksandr Andrushchenko
2018-09-10 12:48 ` [Xen-devel][PATCH 0/1] cameraif: Add ABI for para-virtualized Laurent Pinchart
2018-09-10 12:48   ` [PATCH " Laurent Pinchart
2018-09-10 13:02   ` [Xen-devel][PATCH " Oleksandr Andrushchenko
2018-09-10 13:02     ` [PATCH " Oleksandr Andrushchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.