Hi Fabian, On Thursday 30 April 2009 15:53:16 Fabian wrote: > Hi Laurent, > > Laurent Pinchart wrote: > > Your device exposes standard UVC focus and exposure controls. Those > > should be supported out of the box by the driver. > > This sounds very promising... :) > > > Could you please load the uvcvideo > > module with trace set to 15 and send me the messages printed to the > > kernel log after plugging your camera ? > > The requested kernel log is attached.
Thanks. > Btw this was done on Ubuntu 9.04: > > robo...@multitouch:~$ uname -a > > Linux multitouch 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC > > 2009 x86_64 GNU/Linux > > I also tried using the newest uvcvideo source from > http://linuxtv.org/hg/~pinchartl/uvcvideo/ > but the resulting kernel module won't load with an "Unknown symbol in > module, or unknown parameter" error. That's because you need to load the v4l1-compat and videodev modules that come from the same source tree. > Anything else I could try out? The exposure and focus controls should be supported. luvcview can't list them because it doesn't implement controls enumeration properly, but you should be able to access them. Best regards, Laurent Pinchart _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
