Zoneminder don't show image in ubuntu 10.04/debian 6

Forum for questions and support relating to the 1.24.x releases only.
Locked
crazymouse
Posts: 4
Joined: Tue Mar 01, 2011 3:13 am

Zoneminder don't show image in ubuntu 10.04/debian 6

Post by crazymouse »

Hi,
I install ZM on Ubutnu and on Debian.
When i connet to ZM local server (http://192.168.0.195/zm/index.php?view=watch&mid=1) I so this picture Image
when I install xfce4 and open cam in xawtv picture shows normaly.

How I install zm:
1. apt-get install zoneminder
2. ln -s /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf
3. sudo /etc/init.d/apache2 force-reload
4. chmod 666 /dev/video*

I use web-cam.

dmesg | grep video
[ 0.173867] pci 0000:01:00.0: Boot video device
[ 5.747018] Linux video capture interface: v2.00


lsusb
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0ac8:301b Z-Star Microelectronics Corp. ZC0301 Webcam
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

PS sorry for my mistakes, english is not my native language
crazymouse
Posts: 4
Joined: Tue Mar 01, 2011 3:13 am

Post by crazymouse »

up
crazymouse
Posts: 4
Joined: Tue Mar 01, 2011 3:13 am

Post by crazymouse »

and up
rangerbob
Posts: 61
Joined: Sat Jun 06, 2009 3:40 am

Post by rangerbob »

what does

zmu -d /dev/video0 -V2 --query


tell you?
zorrua
Posts: 7
Joined: Thu Jan 27, 2011 6:02 pm

Re: Zoneminder don't show image in ubuntu 10.04/debian 6

Post by zorrua »

Same problem here, any solution?

Regards.
crazymouse
Posts: 4
Joined: Tue Mar 01, 2011 3:13 am

Re: Zoneminder don't show image in ubuntu 10.04/debian 6

Post by crazymouse »

Code: Select all

root@testserv:/home/testserv# zmu -d /dev/video0 -V2 --query
error22


root@testserv:/home/testserv# zmu -d /dev/video0 -V1 --query
d:/dev/video0|N:PC Camera|T:1|nC:1|nA:0|mxW:640|mxH:480|mnW:48|mnH:32|X:0|Y:0|W:640|H:480|P:0|D:8|B:32896|h:0|Cl:0|Cn:32768|w:39321|n0:zc3xx|C0:0|Fl0:0|T0:2|F0:0

Locked