Quote:
|
Originally Posted by aussie.ian
I ran make install and finally got the modules loaded. Only problem now is gspcagui starts and finds my cam ok, but all I am getting is a black screen.
This is from dmesg,
This was on the end of dmesg, after I ran gspcagui.
I think the problem is that - gspcagui opens with the 640x480 interface but my cam "prefers", 320x240. Any ideas how I could set gspcagui to open with the smaller resolution?
|
I just got ahold of the 20060813 version of gspca and it compiled fine against the 2174 kernel, here is the dmesg log:
/home/mmcguire/gspca-20060813/gspcav1/gspca_core.c: USB SPCA5XX camera found.(ZC3XX)
/home/mmcguire/gspca-20060813/gspcav1/gspca_core.c: [spca5xx_probe:3747] Camera type JPEG
/home/mmcguire/gspca-20060813/gspcav1/Vimicro/zc3xx.h: [zc3xx_config:486] Find Sensor UNKNOW_0 force Tas5130
/home/mmcguire/gspca-20060813/gspcav1/gspca_core.c: [spca5xx_getcapability:1109] maxw 640 maxh 480 minw 176 minh 144
usbcore: registered new driver gspca
/home/mmcguire/gspca-20060813/gspcav1/gspca_core.c: gspca driver 01.00.01 registered
A option would be reinstall the camera drivers, go into the directory and run:
make clean
make
make install
in that order and see if it clears the error you are having. Also are you running the gspcav1 or the gspcav2???