I have a computer running Ubuntu server (11.04) with 4 generic usb cameras I purchased on ebay.
The computer runs Motion with no problems but I can't get ZoneMinder running (I'm trying to get zoneminder running with one camera first).
I installed zoneminder by typing:
Code: Select all
apt-get install zoneminder
I set permissions on /dev/video0 to 777.
when I type:
Code: Select all
zmu -d /dev/video0 -q -v
Screen caps of my settings are attached.Video Device: /dev/video0
General Capabilities
Driver: uvcvideo
Card: USB 2.0 PC Camera
Bus: usb-0000:00:11.2-5
Version: 1.0.0
Type: 0x4000001
Supports video capture (X)
Does not support video output
Does not support frame buffer overlay
Does not support VBI capture
Does not support VBI output
Does not support sliced VBI capture
Does not support sliced VBI output
Does not support video output overlay
Does not have tuner
Does not have audio in and/or out
Does not have radio
Does not support read/write i/o (X)
Does not support async i/o
Supports streaming i/o (X)
Standards:
Formats:
YUV 4:2:2 (YUYV) (YUYV)
Crop Capabilities
Bounds: 640 x 480
Default: 640 x 480
Current: Cropping is not supported
Inputs: 1
Input 0
Name: Camera 1
Type: Camera
Audioset: 00000000
Standards: 0x0
Power on (X)
Signal detected (X)
Colour Signal detected
Horizontal Lock detected
If I click "Probe" I get:
I would appreciate it if someone could guide me through the process of getting it up and running.Can't parse command output 'd:/dev/video0|D:uvcvideo|C:USB 2.0 PC Camera|B:usb-0000:00:11.2-5|V:1.0.0|T:0x4000001|S|F:YUYV|B:640x480|I:1|i0:Camera 1|i0T:Camera|i0S:0|i0SP:1|i0SS:1|i0SC:1|i0HP:1'
Thanks.