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.