Discussion of the implementations of VIRTIO specification
 help / color / mirror / Atom feed
* [virtio-dev] [PATCH] content: reserve device ID 43 for Camera device
@ 2022-10-14 14:18 hrishivarya.bhageeradhan
  2022-10-20 11:01 ` [virtio-dev] " Hrishivarya Bhageeradhan
  2022-10-21 12:12 ` [virtio-dev] " Cornelia Huck
  0 siblings, 2 replies; 4+ messages in thread
From: hrishivarya.bhageeradhan @ 2022-10-14 14:18 UTC (permalink / raw)
  To: virtio-dev, hrishivarya.bhageeradhan

From: Hrishivarya Bhageeradhan <hrishivarya.bhageeradhan@opensynergy.com>

The virtio-camera device allows to stream a camera video with
ability to change controls, formats and get camera captures.
This patch is to reserve the next available device ID for
virtio-camera.

Signed-off-by: Hrishivarya Bhageeradhan <hrishivarya.bhageeradhan@opensynergy.com>
---
 content.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content.tex b/content.tex
index e863709..91ba76c 100644
--- a/content.tex
+++ b/content.tex
@@ -2990,6 +2990,8 @@ \chapter{Device Types}\label{sec:Device Types}
 \hline
 42         &   RDMA device \\
 \hline
+43         &   Camera device \\
+\hline
 \end{tabular}

 Some of the devices above are unspecified by this document,
--
2.25.1


Please mind our privacy notice<https://www.opensynergy.com/datenschutzerklaerung/privacy-notice-for-business-partners-pursuant-to-article-13-of-the-general-data-protection-regulation-gdpr/> pursuant to Art. 13 GDPR. // Unsere Hinweise zum Datenschutz gem. Art. 13 DSGVO finden Sie hier.<https://www.opensynergy.com/de/datenschutzerklaerung/datenschutzhinweise-fuer-geschaeftspartner-gem-art-13-dsgvo/>

---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


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

* [virtio-dev] Re: [PATCH] content: reserve device ID 43 for Camera device
  2022-10-14 14:18 [virtio-dev] [PATCH] content: reserve device ID 43 for Camera device hrishivarya.bhageeradhan
@ 2022-10-20 11:01 ` Hrishivarya Bhageeradhan
  2022-10-21 12:12 ` [virtio-dev] " Cornelia Huck
  1 sibling, 0 replies; 4+ messages in thread
From: Hrishivarya Bhageeradhan @ 2022-10-20 11:01 UTC (permalink / raw)
  To: virtio-dev@lists.oasis-open.org

[-- Attachment #1: Type: text/plain, Size: 2258 bytes --]

H All,


The patch mentioned in the below mail fixes the following Github issue :

https://github.com/oasis-tcs/virtio-spec/issues/148
[https://opengraph.githubassets.com/a59147e0e3c3726d3dae156ea99d0f24bbd48dfa7edbbb9e510fe25af1e29865/oasis-tcs/virtio-spec/issues/148]<https://github.com/oasis-tcs/virtio-spec/issues/148>
Reserve device ID 43 for Camera Device · Issue #148 · oasis-tcs/virtio-spec<https://github.com/oasis-tcs/virtio-spec/issues/148>
Please reserve device ID 43 for the Camera device as requested in https://lists.oasis-open.org/archives/virtio-dev/202210/msg00021.html
github.com
I would hereby request for a review from the TC.

Best Regards,
Hrishivarya
________________________________
From: hrishivarya.bhageeradhan@opensynergy.com <hrishivarya.bhageeradhan@opensynergy.com>
Sent: Friday, October 14, 2022 4:18 PM
To: virtio-dev@lists.oasis-open.org <virtio-dev@lists.oasis-open.org>; Hrishivarya Bhageeradhan <Hrishivarya.Bhageeradhan@opensynergy.com>
Subject: [PATCH] content: reserve device ID 43 for Camera device

From: Hrishivarya Bhageeradhan <hrishivarya.bhageeradhan@opensynergy.com>

The virtio-camera device allows to stream a camera video with
ability to change controls, formats and get camera captures.
This patch is to reserve the next available device ID for
virtio-camera.

Signed-off-by: Hrishivarya Bhageeradhan <hrishivarya.bhageeradhan@opensynergy.com>
---
 content.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content.tex b/content.tex
index e863709..91ba76c 100644
--- a/content.tex
+++ b/content.tex
@@ -2990,6 +2990,8 @@ \chapter{Device Types}\label{sec:Device Types}
 \hline
 42         &   RDMA device \\
 \hline
+43         &   Camera device \\
+\hline
 \end{tabular}

 Some of the devices above are unspecified by this document,
--
2.25.1


Please mind our privacy notice<https://www.opensynergy.com/datenschutzerklaerung/privacy-notice-for-business-partners-pursuant-to-article-13-of-the-general-data-protection-regulation-gdpr/> pursuant to Art. 13 GDPR. // Unsere Hinweise zum Datenschutz gem. Art. 13 DSGVO finden Sie hier.<https://www.opensynergy.com/de/datenschutzerklaerung/datenschutzhinweise-fuer-geschaeftspartner-gem-art-13-dsgvo/>

[-- Attachment #2: Type: text/html, Size: 6351 bytes --]

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

* Re: [virtio-dev] [PATCH] content: reserve device ID 43 for Camera device
  2022-10-14 14:18 [virtio-dev] [PATCH] content: reserve device ID 43 for Camera device hrishivarya.bhageeradhan
  2022-10-20 11:01 ` [virtio-dev] " Hrishivarya Bhageeradhan
@ 2022-10-21 12:12 ` Cornelia Huck
  2022-10-24  9:16   ` Hrishivarya Bhageeradhan
  1 sibling, 1 reply; 4+ messages in thread
From: Cornelia Huck @ 2022-10-21 12:12 UTC (permalink / raw)
  To: hrishivarya.bhageeradhan, virtio-dev, hrishivarya.bhageeradhan

On Fri, Oct 14 2022, hrishivarya.bhageeradhan@opensynergy.com wrote:

> From: Hrishivarya Bhageeradhan <hrishivarya.bhageeradhan@opensynergy.com>
>
> The virtio-camera device allows to stream a camera video with
> ability to change controls, formats and get camera captures.
> This patch is to reserve the next available device ID for
> virtio-camera.

Does this device relate in any way to the already reserved video
{en,de}coder devices (ids 30, 31)? Or is this intended to more actively
control how a physical camera processes video?

[The video devices 30 and 31 do not have a specification included in the
virtio spec, unfortunately.]

>
> Signed-off-by: Hrishivarya Bhageeradhan <hrishivarya.bhageeradhan@opensynergy.com>
> ---
>  content.tex | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/content.tex b/content.tex
> index e863709..91ba76c 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -2990,6 +2990,8 @@ \chapter{Device Types}\label{sec:Device Types}
>  \hline
>  42         &   RDMA device \\
>  \hline
> +43         &   Camera device \\
> +\hline
>  \end{tabular}
>
>  Some of the devices above are unspecified by this document,


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


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

* Re: [virtio-dev] [PATCH] content: reserve device ID 43 for Camera device
  2022-10-21 12:12 ` [virtio-dev] " Cornelia Huck
@ 2022-10-24  9:16   ` Hrishivarya Bhageeradhan
  0 siblings, 0 replies; 4+ messages in thread
From: Hrishivarya Bhageeradhan @ 2022-10-24  9:16 UTC (permalink / raw)
  To: Cornelia Huck, virtio-dev@lists.oasis-open.org

[-- Attachment #1: Type: text/plain, Size: 2435 bytes --]


Hi Huck,

The virtio-camera is intended to support all hardware camera formats, conversion from one format to another, camera identification (front camera, rear camera, etc.).
The main idea here is to control the streaming of video from the physical camera.
The virtio-camera is another device which has its own functionality as mentioned which is different from encoder/decoder devices.


Best Regards,
Hrishivarya
________________________________
From: Cornelia Huck <cohuck@redhat.com>
Sent: Friday, October 21, 2022 2:12 PM
To: Hrishivarya Bhageeradhan <Hrishivarya.Bhageeradhan@opensynergy.com>; virtio-dev@lists.oasis-open.org <virtio-dev@lists.oasis-open.org>; Hrishivarya Bhageeradhan <Hrishivarya.Bhageeradhan@opensynergy.com>
Subject: Re: [virtio-dev] [PATCH] content: reserve device ID 43 for Camera device

On Fri, Oct 14 2022, hrishivarya.bhageeradhan@opensynergy.com wrote:

> From: Hrishivarya Bhageeradhan <hrishivarya.bhageeradhan@opensynergy.com>
>
> The virtio-camera device allows to stream a camera video with
> ability to change controls, formats and get camera captures.
> This patch is to reserve the next available device ID for
> virtio-camera.

Does this device relate in any way to the already reserved video
{en,de}coder devices (ids 30, 31)? Or is this intended to more actively
control how a physical camera processes video?

[The video devices 30 and 31 do not have a specification included in the
virtio spec, unfortunately.]

>
> Signed-off-by: Hrishivarya Bhageeradhan <hrishivarya.bhageeradhan@opensynergy.com>
> ---
>  content.tex | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/content.tex b/content.tex
> index e863709..91ba76c 100644
> --- a/content.tex
> +++ b/content.tex
> @@ -2990,6 +2990,8 @@ \chapter{Device Types}\label{sec:Device Types}
>  \hline
>  42         &   RDMA device \\
>  \hline
> +43         &   Camera device \\
> +\hline
>  \end{tabular}
>
>  Some of the devices above are unspecified by this document,


Please mind our privacy notice<https://www.opensynergy.com/datenschutzerklaerung/privacy-notice-for-business-partners-pursuant-to-article-13-of-the-general-data-protection-regulation-gdpr/> pursuant to Art. 13 GDPR. // Unsere Hinweise zum Datenschutz gem. Art. 13 DSGVO finden Sie hier.<https://www.opensynergy.com/de/datenschutzerklaerung/datenschutzhinweise-fuer-geschaeftspartner-gem-art-13-dsgvo/>

[-- Attachment #2: Type: text/html, Size: 6505 bytes --]

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

end of thread, other threads:[~2022-10-24  9:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-14 14:18 [virtio-dev] [PATCH] content: reserve device ID 43 for Camera device hrishivarya.bhageeradhan
2022-10-20 11:01 ` [virtio-dev] " Hrishivarya Bhageeradhan
2022-10-21 12:12 ` [virtio-dev] " Cornelia Huck
2022-10-24  9:16   ` Hrishivarya Bhageeradhan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox