Logitech QuickCam Connect E2500 (089d) - Ubuntu Server 10.04

Post here to indicate any hardware you have used and which is known to work with ZoneMinder. Not for questions.
Post Reply
kayjaygee_13
Posts: 3
Joined: Sat Jul 31, 2010 1:04 pm

Logitech QuickCam Connect E2500 (089d) - Ubuntu Server 10.04

Post by kayjaygee_13 »

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 :

Code: Select all

sudo apt-get install zoneminder
3. Add the following line to the file zmdc.pl in /usr/bin/ just before the line my @daemons :

Code: Select all

$ENV{LD_PRELOAD} = '/usr/lib/libv4l/v4l1compat.so';
4. Install the package libv4l-0 with :

Code: Select all

sudo apt-get install libv4l-0
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 :

Code: Select all

sudo apt-get autoremove
Reinstall the package using step 4 if this happens.

Hopefully, this helps someone else trying to get this camera working.
kiko-lpa
Posts: 8
Joined: Sun Mar 28, 2010 6:15 pm

Many Thanks

Post by kiko-lpa »

Thanks Very much

I confirm that this method also works with Sony EyeToy.

I will publish this link in my other post. http://www.zoneminder.com/forums/viewto ... ight=ov51x

I was using Ubuntu Server 9.10, zoneminder 1.23.x with two Eye Toy, was working ok, I have just upgraded to Ubuntu Server 10.4 (Lucid Lynx) and my two Eye Toy broke.

After making the changes mentioned above they came back to life.

Once Again,
Thanks
camroidv27
Posts: 35
Joined: Tue Jun 15, 2010 6:18 am

Re: Logitech QuickCam Connect E2500 (089d) - Ubuntu Server 1

Post by camroidv27 »

I just wanted to comment and say that this worked on my Ubuntu Server 10.04 install with my Logitech QuickCam Chat for Skype. Settings at 320x240, NTSC, RGB24. Although my install said I had the libv4l-0 installed already, but the little bit of code made it work properly! Thank you!

(Mind you, the camera is really only there as a trigger that there was movement. It does not have enough quality to really capture enough detail to help catch a crook.)
wkulecz
Posts: 36
Joined: Thu Mar 15, 2007 12:34 pm

Re: Logitech QuickCam Connect E2500 (089d) - Ubuntu Server 1

Post by wkulecz »

Thanks for this information and clear instructions!

Got my old Creative webcam Model PD1030 working with Zoneminder now, had to use the Video For Linux version 1
in the Source tab dropdown capture method along with NTSC and RGB24.
Your commitment to Freedom is measured by your tolerance of others doing things you disapprove.
Post Reply