Hi Rob,

On Thu, Dec 04, 2008 at 00:19:02 +1100, Rob wrote:
> Thanks very much for the patch - it worked perfectly!

I'm glad it works for you! :-)

> The problem now seems to be in regards to the video/pixel format
> (flashcam only outputs YUV420P).
[...]
> I just now need to find a program that converts between formats
> (preferably using the vloopback device driver).

I think I can see what you're trying to do. I too would like a simple
solution using vloopback and some user space app to do some video
stream conversion.

I think an approach would be using Hans de Goede's libv4l library. It
has two benefits to you:

- It can easily allow applications programmed for V4L1 to function with
  V4L2 (libv4l2).
- You can use LD_PRELOAD to achieve this without recompiling (works
  e.g. for Skype).
- It also provides a libv4lconvert, which should be able to easily do
  the YUV420P conversion for your application.

Good luck! :)

Moritz
_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to