Search found 13 matches
- Tue Dec 22, 2020 9:44 pm
- Forum: User Contributions
- Topic: zmeventnotification questions
- Replies: 2
- Views: 448
zmeventnotification questions
Hello I'm experimenting with zmeventnotification. It's running and detecting. Great functionality. Questions: 1) Has anyone figured out a way to email the detected object including snapshot? I looked around this forum and googled it but emailing does not seem popular. If anyone has step by step info...
- Sun Dec 13, 2020 4:16 am
- Forum: ZoneMinder 1.34.x
- Topic: API token v2.0 Question * SOLVED *
- Replies: 0
- Views: 166
API token v2.0 Question * SOLVED *
Solved. The token must be passed as data in the query (was in the documentation) From the document https://zoneminder.readthedocs.io/en/stable/api.html Login using API 2.0 token (OK) then The following command functions as intended curl -k -XGET https://server/zm/api/events/index/MonitorId:1.json?to...
- Tue Dec 01, 2020 1:53 am
- Forum: User Contributions
- Topic: PHP script to export zoneminder movies with Front End
- Replies: 1
- Views: 335
PHP script to export zoneminder movies with Front End
I updated an older script to work with zoneminder 1.34 passthrough to export videos between start and stop times. Since I exclusively use mocord, there is an "Alarm" option which will only export the alarms in a continuous videos between the start and stop times. Great to see 24 hours of accelerated...
- Tue May 12, 2020 12:08 am
- Forum: ZoneMinder 1.35.x
- Topic: Jumpy Timeline Loading - Mismatched Motion Detection
- Replies: 3
- Views: 1911
Re: Jumpy Timeline Loading - Mismatched Motion Detection
I have found a solution in firefox that works for me by increasing the "media.cache_resume_treshold" and "media.cache_readhead_limit" https://support.mozilla.org/en-US/questions/1168957 It stills takes a few second to load the full timeline but at least it is functional with the alarms. See post htt...
- Sun May 10, 2020 1:18 pm
- Forum: ZoneMinder 1.34.x
- Topic: LiveView performance issues 1.34.10 (h264 passthrough)
- Replies: 10
- Views: 3043
Re: LiveView performance issues 1.34.10 (h264 passthrough)
There is 1.34.11 now. Not sure if it's configurable now. I will update in some minutes. If it didn't make it into the current release yet you either have to recompile it or downgrade to an older version until its fixed. Edit: Looks like nothing has changed. If you want to patch it comment out this ...
- Tue May 05, 2020 10:41 am
- Forum: ZoneMinder 1.34.x
- Topic: LiveView performance issues 1.34.10 (h264 passthrough)
- Replies: 10
- Views: 3043
Re: LiveView performance issues 1.34.10 (h264 passthrough)
Hello I am also encountering this problem with 1.34.10 on Ubuntu 18.04 and also 20.04 (iconnor repo) In my case, I use mocord (30 minute section lengths) and I have to wait or press the end of the timeline many times so that whole 30 minutes shows up on the progress bar and the alarm line up with th...
- Fri Nov 08, 2019 3:17 pm
- Forum: User Contributions
- Topic: Script to extract and process video from zoneminder
- Replies: 1
- Views: 2864
Script to extract and process video from zoneminder
PHP script with HTML interface to export zoneminder videos by choosing start/stop date and times. The script can also speed up and re-encode This script is useful when using zoneminder in mocord or record mode (which I use) Works and tested on zoneminder 1.32 and Ubuntu 18.04. Works with passthrough...
- Sun Dec 09, 2018 3:50 pm
- Forum: ZoneMinder 1.32.x
- Topic: Gapless Events - Fast Forward reverts back to 1x for each new event
- Replies: 12
- Views: 3362
Re: Gapless Events - Fast Forward reverts back to 1x for each new event
This fix maintaining set speed after each new event is great. Thank you However I noticed that on my system (connor ppa stable 1.32.3) the set speed resets within an event when clicking the progress bar. I am not sure if this is the intended function but It would be beneficial if the set speed withi...
- Thu Feb 18, 2016 12:22 am
- Forum: ZoneMinder 1.29.x
- Topic: Reviewing large numbers of alarms
- Replies: 10
- Views: 4038
Re: Reviewing large numbers of alarms
What would be a very useful option would be for the view event window to have a "alarm event" replay option (right now there are single event, all events, gapless events) for those of us who use mocord. event.jpg This would be complimentary to the timeline function where you can scan only alarms in ...
- Wed Feb 17, 2016 10:01 pm
- Forum: ZoneMinder 1.29.x
- Topic: Reviewing large numbers of alarms
- Replies: 10
- Views: 4038
Re: Reviewing large numbers of alarms
I have 5 installations for which I have to monitor 3 daily for problems (and soon 4). In order to be efficient, I also wrote an alternate zm-movie script to accepts command line parameters that I use in a cron job. Every morning this script creates videos from cameras for me to quickly review. One o...
- Mon Feb 15, 2016 2:12 am
- Forum: ZoneMinder 1.29.x
- Topic: Reviewing large numbers of alarms
- Replies: 10
- Views: 4038
Re: Reviewing large numbers of alarms
I wrote a php script that does exactly what you want. See github and search for zm-movie. I have been using this script for over 1 year now. It makes mp4 based on alarm frames or all frames using dropdowns to setup the movie. It also has the capability to add buffers after and before an alarm (if yo...
- Sat Aug 29, 2015 1:15 am
- Forum: ZoneMinder 1.28.x
- Topic: Exporting video
- Replies: 5
- Views: 1574
Re: Exporting video
I just finished updating a PHP script that makes videos in zoneminder c/w drop down menu and start/stop time.
I have been using it for quite a while to export videos I want to keep.
The PHP script can be found at github and is called zm-movie
(sorry cannot post links)
I have been using it for quite a while to export videos I want to keep.
The PHP script can be found at github and is called zm-movie
(sorry cannot post links)
- Mon Apr 13, 2015 12:37 am
- Forum: User Contributions
- Topic: Another make mp4 movie PHP script UPDATED
- Replies: 0
- Views: 3063
Another make mp4 movie PHP script UPDATED
I wrote a script (zm_movie_cam_avconv.php) in PHP to make continuous movies from requested start/stop times in zoneminder (thanks to great comments on github to make it better) Works with zm 1.28.1, ffmpeg and avconv It may be useful to some (it is to me) It can be found on github, the repository is...