This is my
Logitech Webcam Pro 9000:
As UVC-compliant it should be working under Ubuntu 11.04 right out of the box.
In a terminal
lsusb is giving back:
Bus 002 Device 004: ID 046d:0809 Logitech, Inc. Webcam Pro 9000
You can also find the camera in the
/dev/v4l folder.
To see if the camera is working properly I am using
guvcview.
Download and install the GTK+ UVC Viewer (guvcview) with:
sudo add-apt-repository ppa:pj-assis/ppa
sudo apt-get update
sudo apt-get install guvcview
This will install the packages
guvcview, libwebcam0, uvcdynctrl and uvcdynctrl-data to your system.
Starting guvcview will show you that the camera is working, but not all controls are available:
For example AutoFocus and focus controls are missing. So there should be a way to use the built-in AutoFocus (with Carl Zeiss lens system!).
What we need is a valid configuration-file from the
quickcamteam. The file is named
logitech.xml.
Download the file in a terminal with:
wget http://svn.quickcamteam.net/svn/qct/webcam-tools/trunk/uvcdynctrl/data/046d/logitech.xml
install the configuration file with
sudo uvcdynctrl -i logitech.xml
Restart guvcview:
AutoFocus and focus adjustment is now fully operational.
If you need the camera controls in different program start guvcview --control_only from a terminal. I you do not like the guvcview control panel you can either use
V4L2UCP, which is available thru Ubuntu Software Center.
This should work with the older Logitech Quickcam Pro 9000 as well. Its hardware is quite similar.
ATTENTION: It appears that the Quickcamteam website is down at the moment and logitech.xml cannot be downloaded at the moment. Please look
here to download the file, if you need it.