hi,
I have just purchased a Logitech Quickcam Notebook (lsusb = :08dd Logitech, Inc.). i've spent some time to find out how to make this to work in Ubuntu 8.04.
As Sysiphos pointed out this camera works out of the box with Ubuntu but the image is very dark. Fortunately this is a problem that can be easily fixed. here's what i did:
- download latest gspcav driver from
http://mxhaard.free.fr/download.html
I have used gspcav1-20071224.tar.gz
- unzip anywhere, make
- copy the newly built gspca.ko to /lib/modules/2.6.24-16-generic/ubuntu/media/gspcav1/ and overwrite the previous kernel module
- edit /etc/modprobe.d/options and add this line:
options gspca autoexpo=0
- restart your machine OR rmmod gspca , unplug your camera, then modprobe gspca, plug it in.
- if you tail -f /var/log/messages you should see something like this:
May 4 00:11:22 srkmobile kernel: [ 7608.498911] usb 2-1: new full speed USB device using ohci_hcd and address 11
May 4 00:11:22 srkmobile kernel: [ 7608.727942] usb 2-1: configuration #1 chosen from 1 choice
May 4 00:11:22 srkmobile kernel: [ 7608.730582] /home/mihai/Desktop/gspcav1-20071224/gspca_core.c: USB GSPCA camera found.(ZC3XX)
May 4 00:11:22 srkmobile kernel: [ 7608.730590] /home/mihai/Desktop/gspcav1-20071224/gspca_core.c: [spca5xx_probe:4275] Camera type JPEG
May 4 00:11:22 srkmobile kernel: [ 7608.730595] /home/mihai/Desktop/gspcav1-20071224/Vimicro/zc3xx.h: [zc3xx_config:588] Sensor MC501CB
May 4 00:11:22 srkmobile kernel: [ 7608.734845] /home/mihai/Desktop/gspcav1-20071224/gspca_core.c: [spca5xx_getcapability:1249] maxw 640 maxh 480 minw 160 minh 120
- this is it !!! , camorama will now work very well and with NO DARK image problem, the image is very bright and looks good, skype works perfectly, too
- to make kopete work so you can view your webcam via yahoo, you need to install the jasper library, grab the latest version from here
http://www.ece.uvic.ca/~mdadams/jasper/, unzip, make, make install
The trick is to have the latest drivers as described above and to use that paramter, autoexpo=0 when the camera driver starts, which disables auto exposure. You can play with several other parameters and get the image quality even better (anyway its excellent IMHO), by typing modinfo gspca. you will get a full list of driver parameters like this:
vermagic: 2.6.24-16-generic SMP mod_unload
parm: autoexpo:Enable/Disable auto exposure (default=1: enabled) (PC-CAM 600/Zc03xx/spca561a/Etoms Only !!!) (int)
parm: debug

ebug level: 0=none, 1=init/detection, 2=warning, 3=config/control, 4=function call, 5=max (int)
parm: force_rgb:Read RGB instead of BGR (int)
parm: gamma:gamma setting range 0 to 7 3-> gamma=1 (int)
parm: OffRed:OffRed setting range -128 to 128 (int)
parm: OffBlue:OffBlue setting range -128 to 128 (int)
parm: OffGreen:OffGreen setting range -128 to 128 (int)
parm: GRed:Gain Red setting range 0 to 512 /256 (int)
parm: GBlue:Gain Blue setting range 0 to 512 /256 (int)
parm: GGreen:Gain Green setting range 0 to 512 /256 (int)
parm: compress:Turn on/off compression (not functional yet) (int)
parm: usbgrabber:Is a usb grabber 0x0733:0x0430 ? (default 1) (int)
parm: lightfreq:Light frequency banding filter. Set to 50 or 60 Hz, or 0 for NoFlicker (default=50) Zc03xx only (int)
parm: force_gamma_id:Forced assigning ID of contrast settings (0=default,1,2,3) Zc03xx only (int)
parm: force_sensor_id:Forced assigning ID sensor (Zc03xx only). Dangerous, only for experts !!! (int)
you can append them to the options line you just wrote in /etc/modprobe.d/options, after autoexpo=0
good luck, so this camera WORKS IN Ubuntu Linux 8.04 (camorama, kopete, skype) = video + microphone without any problems