is zmu broken??

Forum for questions and support relating to the 1.26.x releases only.
Locked
rockets
Posts: 10
Joined: Thu Nov 29, 2012 12:55 am

is zmu broken??

Post by rockets »

My new install of v1.26.5 using
"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
I would like to know if I am doing something incorrectly or not. Each try at using zmu only gave me the help file and none of the options I tried would work. ????
Locked