xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Oleksandr Andrushchenko <andr2000@gmail.com>
To: "Oleksandr_Andrushchenko@epam.com"
	<Oleksandr_Andrushchenko@epam.com>,
	Juergen Gross <jgross@suse.com>,
	xen-devel@lists.xenproject.org, konrad.wilk@oracle.com,
	boris.ostrovsky@oracle.com, mchehab@kernel.org,
	linux-media@vger.kernel.org, sakari.ailus@linux.intel.com,
	koji.matsuoka.xm@renesas.com, hverkuil@xs4all.nl
Subject: Re: [PATCH v6 1/1] cameraif: add ABI for para-virtual camera
Date: Mon, 8 Apr 2019 09:16:57 +0300	[thread overview]
Message-ID: <4fe07393-ad09-a2eb-474c-7b52bc188859@gmail.com> (raw)
In-Reply-To: <05d63963-e433-4e3b-5313-37befe4a572f@gmail.com>


On 4/2/19 8:37 AM, Oleksandr Andrushchenko wrote:
> On 4/1/19 9:35 AM, Juergen Gross wrote:
>> On 22/03/2019 08:37, Oleksandr Andrushchenko wrote:
>>> From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
>>>
>>> This is the ABI for the two halves of a para-virtualized
>>> camera driver which extends Xen's reach multimedia capabilities even
>>> farther enabling it for video conferencing, In-Vehicle Infotainment,
>>> 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
>>>
>>> Signed-off-by: Oleksandr Andrushchenko 
>>> <oleksandr_andrushchenko@epam.com>
>> Reviewed-by: Juergen Gross <jgross@suse.com>
> Thank you, is it good for inclusion in Xen?
ping
>>
>> Juergen
>>
>


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

WARNING: multiple messages have this Message-ID (diff)
From: Oleksandr Andrushchenko <andr2000@gmail.com>
To: "Oleksandr_Andrushchenko@epam.com"
	<Oleksandr_Andrushchenko@epam.com>,
	Juergen Gross <jgross@suse.com>,
	xen-devel@lists.xenproject.org, konrad.wilk@oracle.com,
	boris.ostrovsky@oracle.com, mchehab@kernel.org,
	linux-media@vger.kernel.org, sakari.ailus@linux.intel.com,
	koji.matsuoka.xm@renesas.com, hverkuil@xs4all.nl
Subject: Re: [Xen-devel] [PATCH v6 1/1] cameraif: add ABI for para-virtual camera
Date: Mon, 8 Apr 2019 09:16:57 +0300	[thread overview]
Message-ID: <4fe07393-ad09-a2eb-474c-7b52bc188859@gmail.com> (raw)
Message-ID: <20190408061657.f58mt1NXdba3LXMiGaqtM8JBR8vLUzTu6p8o40R4aok@z> (raw)
In-Reply-To: <05d63963-e433-4e3b-5313-37befe4a572f@gmail.com>


On 4/2/19 8:37 AM, Oleksandr Andrushchenko wrote:
> On 4/1/19 9:35 AM, Juergen Gross wrote:
>> On 22/03/2019 08:37, Oleksandr Andrushchenko wrote:
>>> From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
>>>
>>> This is the ABI for the two halves of a para-virtualized
>>> camera driver which extends Xen's reach multimedia capabilities even
>>> farther enabling it for video conferencing, In-Vehicle Infotainment,
>>> 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
>>>
>>> Signed-off-by: Oleksandr Andrushchenko 
>>> <oleksandr_andrushchenko@epam.com>
>> Reviewed-by: Juergen Gross <jgross@suse.com>
> Thank you, is it good for inclusion in Xen?
ping
>>
>> Juergen
>>
>


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

  reply	other threads:[~2019-04-08  6:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-22  7:37 [PATCH v6 0/1] cameraif: add ABI for para-virtual camera Oleksandr Andrushchenko
2019-03-22  7:37 ` [PATCH v6 1/1] " Oleksandr Andrushchenko
2019-03-22  8:22   ` Hans Verkuil
2019-03-22  8:25     ` Oleksandr Andrushchenko
2019-03-28 13:20     ` Oleksandr Andrushchenko
2019-04-01  6:35   ` Juergen Gross
2019-04-02  5:37     ` Oleksandr Andrushchenko
2019-04-08  6:16       ` Oleksandr Andrushchenko [this message]
2019-04-08  6:16         ` [Xen-devel] " Oleksandr Andrushchenko
2019-03-22  7:47 ` [PATCH v6 0/1] " Oleksandr Andrushchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4fe07393-ad09-a2eb-474c-7b52bc188859@gmail.com \
    --to=andr2000@gmail.com \
    --cc=Oleksandr_Andrushchenko@epam.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=hverkuil@xs4all.nl \
    --cc=jgross@suse.com \
    --cc=koji.matsuoka.xm@renesas.com \
    --cc=konrad.wilk@oracle.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=sakari.ailus@linux.intel.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).