[Linux-uvc-devel] about number of packets inside URB..

2007-12-21 Thread Brian Pin
In uvc_video.c: uvc_init_video_isoc(...) { : npackets = (size + psize - 1) / psize; if (npackets > UVC_MAX_ISO_PACKETS) npackets = UVC_MAX_ISO_PACKETS; : } in mycase I originally have npackets = 199, and after the 3 lines there, it becomes 40, which is UVC_MAX_ISO_PACKETS. My question is if th

[Linux-uvc-devel] Support forLogitech Quickcam Communicate STX ?

2007-12-21 Thread Stéphane Sénési
Hello, I got this type of Logitech Webcam, which product ID is 08d7; The gspca driver seems to not recognize it; It does not show as supported on page http://linux-uvc.berlios.de/#devices What is the staus of its support by the UVC driver ? Thanks Stéphane ___

Re: [Linux-uvc-devel] Divide error with MS vx-7000

2007-12-21 Thread Michel Xhaard
Le vendredi 21 décembre 2007 09:42, Timo H a écrit : Timo, > I got a Microsoft VX-7000 camera as a gift and tried to get it working. It > works fine with luvcview, but not with any other v4l2 sw. I even managed > to change the luvcview-code so that it feeds vloopback and I get it > working with v4l

Re: [Linux-uvc-devel] Divide error with MS vx-7000

2007-12-21 Thread Laurent Pinchart
Hi Timo, On Friday 21 December 2007 09:42, Timo H wrote: > I got a Microsoft VX-7000 camera as a gift and tried to get it working. It > works fine with luvcview, but not with any other v4l2 sw. I even managed > to change the luvcview-code so that it feeds vloopback and I get it > working with v4l

Re: [Linux-uvc-devel] Collision with ALSA device

2007-12-21 Thread Alex Pounds
On Thu, Dec 20, 2007 at 07:39:08PM +0100, Robert M. Albrecht wrote: > whenever the webcam is connected while booting the system, the onboard > sound card does not work. > > Is there any known workaround ? I have a similar 'problem' - generally when I boot up the webcam's microphone is found first

[Linux-uvc-devel] Divide error with MS vx-7000

2007-12-21 Thread Timo H
I got a Microsoft VX-7000 camera as a gift and tried to get it working. It works fine with luvcview, but not with any other v4l2 sw. I even managed to change the luvcview-code so that it feeds vloopback and I get it working with v4l software (thats ugly but at least makes the camera usable to some