Hi Jaime, On Wednesday 18 June 2008, Jaime Perea wrote: > Hello > > After messing around with the uvcvideo module parameters > I discovered that installing the uvcvide module it with quirks=16, > my integrated camera works fine. > > Asus E3S - Mandriva 2008.1 - kernel 2.6.24.5-laptop-2mnb > > Thus, inserting in the /etc/modprobe.conf file a line > > options uvcvideo quirks=16 > > does the trick. At least it works with luvcview, ekiga and skype
Thanks for the information. > By the way this is to define the UVC_QUIRK_STREAM_NO_FID quirk, which is > something that goes beyond us mere mortals :-) The "no FID" quirk works around a camera bug that causes the Frame ID bit not to be toggled. The UVC specification requires that cameras toggle a specific bit every time they send a new frame. The UVC driver uses that bit to detect frame boundaries. When the "no FID" quirk is enabled, the driver falls back to another less robust method. > Thanks for the good work and regards. You're welcome. I've committed support for your camera to the SVN repository, you shouldn't need to set the quirk manually anymore. Best regards, Laurent Pinchart _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
