Forum for questions and support relating to the 1.25.x releases only.
gallonin
Posts: 12 Joined: Fri Apr 06, 2012 5:22 pm
Post
by gallonin » Tue May 22, 2012 6:31 pm
Hi,
I have problem:
Code: Select all
14788 zmc_dvideo0[3446].INF-zmc.cpp/191 [Starting Capture]
997-01-02 01:21:10.616296 zmwatch[3345].ERR-zmwatch.pl [Shared data size conflict in shared_data for monitor Wizjer, expected 328, got 316]
1997-01-02 01:22:10.699289 zmwatch[3345].ERR-zmwatch.pl [Shared data size conflict in shared_data for monitor Wizjer, expected 328, got 316]
1997-01-02 01:22:20.707848 zmwatch[3345].ERR-zmwatch.pl [Shared data size conflict in shared_data for monitor Wizjer, expected 328, got 316]
1997-01-02 01:22:30.720223 zmwatch[3345].ERR-zmwatch.pl [Shared data size conflict in shared_data for monitor Wizjer, expected 328, got 316]
I have EasyCap DVR USB device and it work with mplayer.
Last edited by
gallonin on Thu May 24, 2012 5:18 pm, edited 1 time in total.
hk_niko
Posts: 36 Joined: Mon Feb 20, 2012 4:29 pm
Post
by hk_niko » Tue May 22, 2012 6:37 pm
How many channels do you have?
that stream uses?
gallonin
Posts: 12 Joined: Fri Apr 06, 2012 5:22 pm
Post
by gallonin » Tue May 22, 2012 6:43 pm
hk_niko wrote: How many channels do you have?
that stream uses?
I have only /dev/video0 with inputs from 1 to 4. Now I'm using only input 1.
DVR device support tv system NTSC. Palette YUYV. Resolution 320x240.
hk_niko
Posts: 36 Joined: Mon Feb 20, 2012 4:29 pm
Post
by hk_niko » Tue May 22, 2012 6:49 pm
open it in vlc and see the metadata
gallonin
Posts: 12 Joined: Fri Apr 06, 2012 5:22 pm
Post
by gallonin » Tue May 22, 2012 8:27 pm
hk_niko wrote: open it in vlc and see the metadata
metadata is empty, but informations about file are:
720x576
25k/s
I420
for PAL
PacoLM
Posts: 971 Joined: Wed Dec 02, 2009 9:55 pm
Location: Spain
Post
by PacoLM » Wed May 23, 2012 4:40 pm
Known issue:
To remove errors "zmwatch[2429].ERR [Shared data size conflict in shared_data for monitor Monitor-1, expected 328, got 316]",
edit /usr/local/share/perl/5.12.4/ZoneMinder/Memory.pm (or find where the Memory.pm is) and replace:
Code: Select all
$arch = int(3.2*length(~0));
with
$arch = 32;
Hope it helps!
After more than 15 years, no longer using ZM as surveillance system.
Now in the dark side, using a commercial system...
gallonin
Posts: 12 Joined: Fri Apr 06, 2012 5:22 pm
Post
by gallonin » Thu May 24, 2012 4:46 pm
PacoLM wrote: Known issue:
To remove errors "zmwatch[2429].ERR [Shared data size conflict in shared_data for monitor Monitor-1, expected 328, got 316]",
edit /usr/local/share/perl/5.12.4/ZoneMinder/Memory.pm (or find where the Memory.pm is) and replace:
Code: Select all
$arch = int(3.2*length(~0));
with
$arch = 32;
Hope it helps!
Now are new problems:
Code: Select all
1997-01-02 01:40:46.647694 zmc_dvideo0[3535].FAT-zm_local_camera.cpp/540 [Failed to get picture attributes: Invalid argument]
1997-01-02 01:40:46.841473 zmdc[3255].ERR-zmdc.pl ['zmc -d /dev/video0' exited abnormally, exit status 255]
1997-01-04 00:19:12.229075 zmc_dvideo0[2879].ERR-zm_monitor.cpp/364 [Got unexpected memory map file size 9217192, expected 49767592]