ZM 1.24 and Centos 5

Forum for questions and support relating to the 1.24.x releases only.
Locked
arielf
Posts: 83
Joined: Thu May 14, 2009 1:24 pm
Location: Argentina

ZM 1.24 and Centos 5

Post by arielf »

following the install guide, http://www.zoneminder.com/wiki/index.ph ... der_1.23.3
zm, but version 1.24, seems to have been installed correctly
, the only thing that I found my camera USB, if thing happens with version 1.23

zmu -d /dev/video0 -q -v
Video Capabilities
Name: Genius VideoCAM Express V2
Type: 1
Can capture
Video Channels: 1
Audio Channels: 0
Maximum Width: 352
Maximum Height: 288
Minimum Width: 160
Minimum Height: 120
Window Attributes
X Offset: 0
Y Offset: 0
Width: 160
Height: 120
Picture Attributes
Palette: 4 - 24bit RGB
Colour Depth: 24
Brightness: 1920
Hue: 0
Colour :0
Contrast: 38464
Whiteness: 0
Channel 0 Attributes
Name: SPCA561
Channel: 0
Flags: 0
Type: 2 - Camera
Format: 0 - PAL


in zm web , configure

device patch /dev/video
Capture Method Video for linux v2
Device Format undefined
Capture Palette Undefined
320 * 240


there to see me and not show any image with the version 1.23 works OK
Syrinx
Posts: 11
Joined: Wed Apr 22, 2009 7:13 am
Location: San Jose, CA, USA

Re: ZM 1.24 and Centos 5

Post by Syrinx »

in zm web , configure

device patch /dev/video
Capture Method Video for linux v2
Device Format undefined
Capture Palette Undefined
320 * 240
You sure those are right? Are you sure /dev/video exists?

What's the output from this:

ls -l /dev/video*
arielf
Posts: 83
Joined: Thu May 14, 2009 1:24 pm
Location: Argentina

Post by arielf »

ls -l /dev/video*
lrwxrwxrwx 1 root root 6 jun 6 10:02 /dev/video -> video0
crw----rw- 1 root root 81, 0 jun 6 10:02 /dev/video0
arielf
Posts: 83
Joined: Thu May 14, 2009 1:24 pm
Location: Argentina

Post by arielf »

tail -f /var/log

zmc_dvideo[30667]: FAT [Failed to query video device: Invalid argument]
Jun 6 20:37:17 host13 zma_m2[30602]: WAR [Waiting for capture daemon]
Jun 6 20:37:17 host13 zmdc[29064]: INF ['zmc -d /dev/video' crashed, signal 6]
Jun 6 20:37:18 host13 zma_m2[30602]: WAR [Waiting for capture daemon]
Jun 6 20:37:18 host13 zmdc[29064]: INF ['zma -m 2' stopping at 09/06/06 20:37:18]
Jun 6 20:37:18 host13 zmdc[29064]: INF ['zma -m 2' exited, signal 14]
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Try using the /dev/video0 instead of the symlink.
Locked