Re: [Linux-uvc-devel] V4L1 backwards compatibility
Linux UVC driver and tools
Brought to you by:
pinchartl
|
From: Eduardo P. U. <edu...@uc...> - 2006-02-16 13:08:33
|
On 2006-02-14 23:25:34 +0100, Laurent Pinchart wrote: > > I'm trying to make this driver work with applications like mplayer, > > xawtv, vic, gnomemeeting but I can't get it working with any of these > > applications. > > Have you tried Ekiga (Gnomemeeting 2.0) ? No, I still haven't tried Ekiga (I'm going to test it when I have the time), but I still need to have the webcam working with all these other applications. Do you mean that all these applications use the v4l or v4l2 interface incorrectly? Do you have plans to have v4l1 compatibility in the driver? I still don't know what ioctls should be in a v4l2 driver with v4l1 compatibility using v4l_compat_translate_ioctl() Do you know where I can find that list? Do you know of a good webcam USB driver that has good v4l1 compatibility using v4l_compat_translate_ioctl() ? I saw http://www.saillard.org/linux/pwc/ but it has both v4l1 and v4l2 APIs. > > I think the patch suggested by Mikael should be applied to support v4l1 > > only applications. > > > > I'm attaching a patch that get some of the applications mentioned get > > more ioctls working but still no luck. > > I'll have a look at it in a few days, or earlier if I can find more than 24h > in a single day :-) |