I have an older Logitech 4000 that uses the pwc driver. I've tried both the binary blob v.9 driver, and the branched v.10 open source driver. I have a kernel patch for pwc10 if you need it. I also have a brand new Logitech QC IM/Connect that uses the spca5xx driver. I had some issues with the driver compiling; I did some very dirty hacks to get it to work but I still get the same failure. No kernel patch for that one; it's an ugly mess and I don't wnat to foist that on anyone yet...
I had email this AM from the spca maintainer, which may explain what we're seeing:
>> your hardware cannot
> >support decoding pictures in real times
> >Did you compute what is the bandwith need to decode a 640x480 jpeg picture
> > at 15 fp/s ?
[snip]
it is a zc0301 chips it should be easy to patch the code and get supported.
There are an application name spcacat to get picture from the webcam without
decompressing the jpeg stream in the spcaview package, so that should work
fine with spca5xx-LE and spcacat for your need and a little patch to get your
webcam know by the driver
The problem is also that usb2 support appears to be broken in kamikaze with the 2.4.32 kernel, so I am running at usb 1 speeds....
So it looks like a) I need to see if usb2 works with the 2.6 kernel, and b) get a decent patch for the spca driver, and c) get spca5xx/LE working for my webcam.
Fortunately the maintainer seems very responsive.... :-)
--Yan