[Linux-uvc-devel] Partial succes with Logitech QC Fusion
Linux UVC driver and tools
Brought to you by:
pinchartl
From: Mikael N. <mi...@na...> - 2006-01-10 13:07:14
|
Hi! I wanted to report a partial success with my new QuickCam Fusion. Bus 002 Device 002: ID 046d:08c1 Logitech, Inc. I'm running Debian unstable, using kernel 2.6.15. Compilation works, the module is however installed in /lib/modules/2.6.15 and not /lib/modules/2.6.15-1-686 as it should, and it seems to be because Debian stores the EXTRAVERSION in $KSRC/.extraversion, and I don't really know a general way around it... Anyway, trying the test program I get Device /dev/video0 opened: . Unable to set format: 22. (22 is invalid argument) Trying instead using fmt.fmt.pix.width = 640; fmt.fmt.pix.height = 480; fmt.fmt.pix.pixelformat = V4L2_PIX_FMT_MJPEG; it seems to work: it creates a number of files that "file *" tells me are JPEG files, but I cannot view them using regular image tools. Tips for checking them? I have not gotten xawtv or tvtime to work (xawtv does not like my Xorg server: XF86DGANoDirectVideoMode, and tvtime complains about not having studio quality capture). Other tips on applications I should try? It seems some of my problems might be related to the fact that this laptop only has USB 1... Thanks for the driver, and please let me know if there is something I could help debug... /Mikael -- Plus ça change, plus c'est la même chose |