"http://www.zoneminder.com/wiki/index.ph ... e_easy_way"
went well. zm is still awesome... I have ip cams, webcam and the lid cam working on an old broken screen acer netbook. Load is limping along @ .2 >.7...
Frustration>>> I could not get usb camera data using zmu !!! finally installed v4l2-utils and used v4l2-ctl to setup the usb cameras.
Code: Select all
:~$ zmu -d /dev/video0 -v -q
Error, failed to enumerate standard 0: Success
~$ v4l2-ctl --list-devices
UVC Camera (046d:0804) (usb-0000:00:1d.7-1):
/dev/video1
1.3M WebCam (usb-0000:00:1d.7-4):
/dev/video0
And>>>
:~$ v4l-info
### v4l2 device info [/dev/video0] ###
general info
VIDIOC_QUERYCAP
driver : "uvcvideo"
card : "1.3M WebCam"
bus_info : "usb-0000:00:1d.7-4"
version : 3.8.13
capabilities : 0x84000001 [VIDEO_CAPTURE,STREAMING,(null)]
.
.
.
snippet