Logitech QuickCam Connect E2500 (089d) - Ubuntu Server 10.04
Posted: Sun Aug 01, 2010 9:17 pm
I managed to get this camera (046d:089d) to work.
1. Ubuntu Lucid Lynx 10.04 Server automatically detects the camera when it is plugged in and creates /dev/video0. Run lsusb to verify that the camera is installed.
2. Install zoneminder using :
3. Add the following line to the file zmdc.pl in /usr/bin/ just before the line my @daemons :
4. Install the package libv4l-0 with :
The camera is then able to display video correctly using either Video for Linux Version 1 or 2 capture method and RGB24 capture palette. A few other palettes also work and by playing around with the brightness and contrast, the red and green noise can be almost eliminated in dark conditions.
One minor problem is the package libv4l-0 is automatically uninstalled if the following cleanup command is run and the camera will stop working :
Reinstall the package using step 4 if this happens.
Hopefully, this helps someone else trying to get this camera working.
1. Ubuntu Lucid Lynx 10.04 Server automatically detects the camera when it is plugged in and creates /dev/video0. Run lsusb to verify that the camera is installed.
2. Install zoneminder using :
Code: Select all
sudo apt-get install zoneminder
Code: Select all
$ENV{LD_PRELOAD} = '/usr/lib/libv4l/v4l1compat.so';
Code: Select all
sudo apt-get install libv4l-0
One minor problem is the package libv4l-0 is automatically uninstalled if the following cleanup command is run and the camera will stop working :
Code: Select all
sudo apt-get autoremove
Hopefully, this helps someone else trying to get this camera working.