Re: [linux-usb-devel] Webcam GO - Winbond based

2001-04-20 Thread Stefan Nilsen
> I asked because usbvideo module (library for kernel-mode V4L drivers) > already supports this configuration. If you want you can just write a > "minidriver" that uses usbvideo to do the grunt work. > > Get it at http://www.linux-usb.org/ibmcam/ The trouble is I dont know much about color conver

Re: [linux-usb-devel] Webcam GO - Winbond based

2001-04-20 Thread Stefan Nilsen
> > I have working source to read live video from this camera, using usbdevfs > > ioctl's. > a) How many interfaces and what kind of pipe is used? Its only 1 interface on the camera. So that piece is done. It uses Isochronous transfers. 16 alternate settings exist that varies the bandwidth from

Re: [linux-usb-devel] Webcam GO - Winbond based

2001-04-20 Thread Dmitri
Quoting Stefan Nilsen <[EMAIL PROTECTED]>: > I have working source to read live video from this camera, using usbdevfs > ioctl's. > > I don't know how to turn this to a kernel v4l-driver. > > Someone interested? a) How many interfaces and what kind of pipe is used? b) What video format is use