fixed this with patch here :
http://www.zoneminder.com/forums/viewto ... 21&t=13071
thanks anyway!
Search found 27 matches
- Wed May 07, 2014 10:16 am
- Forum: ZoneMinder 1.25.x
- Topic: Create video for all matches (v1.25)
- Replies: 1
- Views: 2222
- Wed May 07, 2014 9:04 am
- Forum: ZoneMinder 1.25.x
- Topic: Create video for all matches (v1.25)
- Replies: 1
- Views: 2222
Create video for all matches (v1.25)
Hi, I need to export a large number of events to video (for the police!) If I open up the filter window and tick "Create video for all matches" and run the filter it does not seem to do much. If I look in one of the events, under "Existing Video Files" there are no videos generated, should I be ...
- Mon Feb 04, 2013 9:58 pm
- Forum: ZoneMinder 1.25.x
- Topic: CNB Camera - RTSP Feed works in VLC but not Zoneminder
- Replies: 5
- Views: 4145
Re: CNB Camera - RTSP Feed works in VLC but not Zoneminder
no unforunately that does not work either, is there any paid support for adding new cameras as will need to buy new cameras if this does not work!
thanks
thanks
- Mon Feb 04, 2013 9:45 pm
- Forum: ZoneMinder 1.25.x
- Topic: CNB Camera - RTSP Feed works in VLC but not Zoneminder
- Replies: 5
- Views: 4145
Re: CNB Camera - RTSP Feed works in VLC but not Zoneminder
thanks will try them, only just realised I was not subscribed to this topic otherwise would have replied earlier!
cheers
cheers
- Tue Jan 22, 2013 4:35 pm
- Forum: ZoneMinder 1.25.x
- Topic: RTSP question - pixord P400 - No RTP-info
- Replies: 3
- Views: 2381
Re: RTSP question - pixord P400 - No RTP-info
I have the same issue, did you ever get it working?
thanks
thanks
- Tue Jan 22, 2013 1:12 pm
- Forum: ZoneMinder 1.25.x
- Topic: CNB Camera - RTSP Feed works in VLC but not Zoneminder
- Replies: 5
- Views: 4145
CNB Camera - RTSP Feed works in VLC but not Zoneminder
Hi, I am adding a new camera my system, I currently have 4 ycam blacks which work fine under ZM. The new camera is a CNB IVP4030VR, I can get video showing in VLC by using the following URLs' there are two feeds one H.264 and MJPG - see codec info from vlc rtsp://root:admin@192.168.128.21:554 Codec ...
- Wed Jan 09, 2013 5:37 pm
- Forum: ZoneMinder 1.25.x
- Topic: zmMemVerify always false in script (see FAQ)
- Replies: 2
- Views: 1832
Re: zmMemVerify always false in script (see FAQ)
Ok fixed it myself, first thing to fix Shared data size conflict I did the fix said here http://lachlanmiskin.com/blog/2012/06/24/zoneminder-shared-data-size-conflict-in-shared_data-for-monitor/ then in the code I changed next if ( !zmMemVerify( $monitor ) ); if ( zmMemVerify( $monitor ...
- Wed Jan 09, 2013 5:18 pm
- Forum: ZoneMinder 1.25.x
- Topic: zmMemVerify always false in script (see FAQ)
- Replies: 2
- Views: 1832
Re: zmMemVerify always false in script (see FAQ)
Just noticed in syslog there is
so i assume this is the cause?
Code: Select all
Jan 9 17:17:23 video-server zm_watch[8723]: ERR [Shared data size conflict in shared_data for monitor FrontDrive, expected 328, got 316]
- Wed Jan 09, 2013 5:09 pm
- Forum: ZoneMinder 1.25.x
- Topic: zmMemVerify always false in script (see FAQ)
- Replies: 2
- Views: 1832
zmMemVerify always false in script (see FAQ)
Hi All, Just upgraded to ZoneMinder 1.25 and my perl script which checks if monitors have alarmed no longer works. using the example from the FAQ #!/usr/bin/perl -w use strict; use ZoneMinder; $| = 1; zmDbgInit( "myscript", level=>0, to_log=>0, to_syslog=>0, to_term=>1 ); my $dbh = DBI->connect ...
- Wed Jan 05, 2011 1:00 pm
- Forum: User Contributions
- Topic: Android Application
- Replies: 27
- Views: 20654
- Wed Sep 29, 2010 8:34 am
- Forum: User Contributions
- Topic: Android Application
- Replies: 27
- Views: 20654
- Thu Sep 23, 2010 8:03 am
- Forum: User Contributions
- Topic: Android Application
- Replies: 27
- Views: 20654
Hi all, Had not had any notifications back from the forum that there were new posts which was strange, but as I see there's quite a lot of interest I will get on with it and get something so you guys can test it. @newvisionantenna: at the moment it runs without any modifications on the ZoneMinder ...
- Fri Sep 03, 2010 12:21 pm
- Forum: User Contributions
- Topic: Android Application
- Replies: 27
- Views: 20654
- Thu Sep 02, 2010 12:02 pm
- Forum: User Contributions
- Topic: Android Application
- Replies: 27
- Views: 20654
Android Application
Hi, I have created an Android application (working on 1.6+) which I currently use to monitor a number of cameras (live streaming or snapshots if on a slow connection) and also control X10 devices (using http://www.heyu.org/ installed on my ZoneMinder server) At the moment its fully working but quite ...
- Wed Jul 07, 2010 8:06 am
- Forum: ZoneMinder 1.24.x
- Topic: perl function zmHasAlarmed
- Replies: 2
- Views: 1855
from looking at http://www.zoneminder.com/forums/viewtopic.php?t=8663&highlight=zmhasalarmed and doing a bit of testing, I think I have fixed it. where there was if ( my $last_event_id = zmHasAlarmed( $monitor, $monitor->{LastEventId} ) ) I have put additional checks in : if ( defined( zmMemRead ...