I have zoneminder 1.25 set up on a CentOS 6.4 box. When I plug in the camera, I get...
Code: Select all
usb 1-1.2: new high speed USB device number 5 using ehci_hcd
usb 1-1.2: New USB device found, idVendor=046d, idProduct=08ce
usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=2
usb 1-1.2: SerialNumber: 8B91D1A2
usb 1-1.2: configuration #1 chosen from 1 choice
Linux video capture interface: v2.00
uvcvideo: Found UVC 1.00 device <unnamed> (046d:08ce)
input: UVC Camera (046d:08ce) as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input9
usbcore: registered new interface driver uvcvideo
USB Video Class driver (v1.0.0)
usbcore: registered new interface driver snd-usb-audio
Code: Select all
ls
So I add a monitor, and set it to /dev/video0. As source type, I choose 'local' first. Function is 'monitor'. Enabled, yes. FPS, I choose 14 to be on the safe side. In the sources tab, I select Video for Linux 2, Channel 0, Format PAL (I'm in the UK), and 320 x 240 as size.
Unfortunately, all I get is a black screen, and underneath, 'State: Idle - 0.00 fps'. In /var/log/messages, I get:
Code: Select all
Jun 14 14:05:38 servername zmc_dvideo[10940]: ERR [No monitors found]
Jun 14 14:05:38 servername zmdc[28713]: ERR ['zmc -d /dev/video' exited abnormally, exit status 255]
Jun 14 14:09:28 servername zms[11024]: ERR [Got unexpected memory map file size 3073524, expected 9217524]
Jun 14 14:09:28 servername zms[11024]: WAR [Shared data not initialised by capture daemon, some query functions may not be available or produce invalid results]
Jun 14 14:09:29 servername zmu[11031]: ERR [Got unexpected memory map file size 3073524, expected 9217524]
Jun 14 14:09:29 servername zmu[11031]: WAR [Shared data not initialised by capture daemon, some query functions may not be available or produce invalid results]
Jun 14 14:09:29 servername zmu[11034]: ERR [Got unexpected memory map file size 3073524, expected 9217524]
Jun 14 14:09:29 servername zmu[11034]: WAR [Shared data not initialised by capture daemon, some query functions may not be available or produce invalid results]
Can someone advise me where to go next? Thanks.