My server is Ubuntu Hardy 8.04 with kernel 2.6.24-24-server. My cam is a Logitech QuickCam Communicate STX which is listed in the supported hardware here: http://www.zoneminder.com/wiki/index.ph ... d_hardware as well as in the Ubuntu supported hardware.
I first attempted to install the older zoneminder version available in the Ubuntu repositories, but I ran into this error when running zmu -d <device_path> -q -v as follows:
Code: Select all
# zmu -d /dev/video0 -q -v
Error, failed to get channel 0 attributes: Invalid argument
I was going to post in the forum for the older version, but I figured that the suggestion would be to try an upgraded version of zoneminder, so I compiled and installed the 1.24.1 version. Everything compiled perfectly, and the site works, but I still get the above error when running zmu -d <device_path> -q -v and I cannot see any images from the camera.
ffmpeg records video fine with the following command:
Code: Select all
ffmpeg -f video4linux2 -s 320x240 -i /dev/video0 out.mpg