qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: David Ahern <dsahern@gmail.com>
To: Natalia Portillo <claunia@claunia.com>
Cc: Albert Orriols Puig <aorriols@gmail.com>,
	uri lublin <ulublin@redhat.com>,
	Jonathan Blandford <jrb@redhat.com>,
	Arnon Gilboa <agilboa@redhat.com>,
	qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] Re: Webcam solution for QEMU
Date: Wed, 12 May 2010 10:11:28 -0600	[thread overview]
Message-ID: <4BEAD330.9070106@gmail.com> (raw)
In-Reply-To: <F1545C66-5DCB-4A21-954C-9E67D1AE2198@claunia.com>



On 05/09/2010 08:28 PM, Natalia Portillo wrote:
> Hello Arnon,
> Hola Albert,
> 
> Wouldn't be easier to implement a custom video capture device?
> You can always emulate a simple one, like (to say) OV511 webcam, and feed that emulated device with video taken from any V4L2/DirectShow/BDA supported device (real host webcam).
> 
> I think this way, timing issues will not arise, and will support indeed any webcam or video capture device (tuners) past, present, and future.
> 
> Of course not to say video will come with a little lag to the guest but that lag will be a lot less than the timing lag connecting host<->guest devices in a more directly way.
> 
> That's just my 2 euro cent.


Earlier this year I got a streaming audio device to work as a
passthrough device. The biggest pain was needing to modify the guest
driver to increase its number of outstanding URBs. That was required due
to the way isochronous requests are handled within the USB controller.

Based on that experience I thought an emulated device in qemu would help
with the low level timing issues. In addition it would provide an option
for VDI wherein the VM on a remote server is running a video/audio
streaming ap that requires webcam interaction (e.g., video phone or
integrated conferencing software).

Are you planning to create such a device for qemu?

David

      reply	other threads:[~2010-05-12 16:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4BE520D9.1080400@gmail.com>
2010-05-09 14:59 ` [Qemu-devel] Re: Webcam solution for QEMU Arnon Gilboa
2010-05-10  2:28   ` Natalia Portillo
2010-05-12 16:11     ` David Ahern [this message]

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=4BEAD330.9070106@gmail.com \
    --to=dsahern@gmail.com \
    --cc=agilboa@redhat.com \
    --cc=aorriols@gmail.com \
    --cc=claunia@claunia.com \
    --cc=jrb@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=ulublin@redhat.com \
    /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).