I am not so familiar with gspca (my last try to make it work for my cam
went wrong) but we are actually developing a new driver especially for
sn9c-cams. You will have to help us with data on your webcams. most
things are explained on the group-pages:
http://groups.google.com/group/microdia/web
Everything else may be asked on the mailing list.
I don't know if there are any other people with your camera here but
somewhere on the pages is a list of all cams.
BTW the dark image on gspca is a known bug, several people mentioned the
problem - hopefully we'll be able to fix it in our driver ;-)
GWater
dda schrieb:
looks like your whitebalance settings are not proper in gspca,
you can try reverse engineering from windows driver & adding that to
gspca or microdia driver.(gspca would probably be easier)
basically the difference between sniffUSB logs & usbmon logs will give
you whats is missing/mismatching.
take a look here
https://groups.google.com/group/microdia/web
sorry we couldn't reply sooner, we don't mind you asking again.
-JoJo
File microdia-dev.c contains all webcam specific functions. If there are
functions like microdia_6007_init() in this file then there is already
someone working on supprt for this cam (in tis case 0c45:6007).
Nvertheless - to find out what's really going (for example what sets the
whitebalance) on we need to compare logs and things lke that - so make
yourself familiar with everything and you ca be pretty sure there will
be support for your cam.
BTW there are full datasheets for the sn9c102 chip out there - simply
google "sn9c102 filtype:pdf".
GWater
dda schrieb: