Hi,

> Hello,
>
> Under debian, I would like to use Logitech QuickCam Fusion webcam
>
> I compiled  and installed uvcvideo :
>
>   * svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk
>   * make
>   * make install
>
> lsmod | grep -n uvc :
>
> 34:uvcvideo               36676  0
> 46:videodev               21120  1 uvcvideo
> 47:v4l1_compat            12036  2 uvcvideo,videodev
> 48:v4l2_common            20448  2 uvcvideo,videodev
> 81:usbcore               112676  5
> snd_usb_audio,uvcvideo,snd_usb_lib,uhci_hcd
>
>
> ls /lib/modules/2.6.18-3-686/usb/media/
> -rw-r--r-- 1 root root 44308 2007-02-27 20:27 uvcvideo.ko
>
> I read in the maililng-list that camstream is not supported because
> "UVC driver only support V4L2. So, no camstream."
>
> Indeed, camstream shows an empty blue screen
>
> What can I do next please ?

Port camstream to V4L2 ? :-)

The code base is quite clean, so it shouldn't be too difficult.

Laurent Pinchart
_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to