Search found 20 matches

by LBDG
Wed Dec 20, 2023 4:33 pm
Forum: ZoneMinder 1.36.x
Topic: Windows or Linux app for montage
Replies: 25
Views: 46698

Re: Windows or Linux app for montage

Hello I uploaded a php file to github called "zm_streams_0a.php" for those interested. Works great on browser and phone. (There is also a script for object detection but they are both independent of each other.) https://github.com/lbdc/zm-alarm I have been using this for viewing my cameras...
by LBDG
Sat Nov 25, 2023 1:33 pm
Forum: User Contributions
Topic: simple Python3 script realtime object detection
Replies: 1
Views: 5348

simple Python3 script realtime object detection

Hello I know there are plenty of object detection script out there but I thought I would share this because it is simple to setup and requires no zoneminder changes. It is one python file which can be run with normal permission from the home folder on the zoneminder machine. Most detection scripts I...
by LBDG
Fri Nov 19, 2021 9:32 pm
Forum: ZoneMinder 1.36.x
Topic: Cannot Download Video
Replies: 4
Views: 3397

Re: Cannot Download Video

I recently updated a frontend script to download videos between custom start/stop time. The reason I wrote it was the lack of export options in zoneminder. I've been using this for years to export videos. Works with video passthrough only though. It's not tested on Rocky linux but I could update it ...
by LBDG
Sat Oct 16, 2021 4:16 pm
Forum: User Contributions
Topic: PHP script to export zoneminder movies with Front End
Replies: 4
Views: 41294

Re: PHP script to export zoneminder movies with Front End

The script has been updated for zoneminder 1.36 and tested on Ubuntu 20.04
https://github.com/lbdc/zm_movie_bootstrap
by LBDG
Wed Aug 18, 2021 12:19 pm
Forum: User Contributions
Topic: PHP script to export zoneminder movies with Front End
Replies: 4
Views: 41294

Re: PHP script to export zoneminder movies with Front End

The script has not been updated for 1.36 yet. I'm still running ZM 1.34. I know there are some changes in the database from 1.34 to 1.36 (fixed I think) but she SQL queries in the script stopped working under 1.36. If anyone has SQL experience I could point them to the SQL query which is the problem...
by LBDG
Sun Jul 11, 2021 2:08 am
Forum: ZoneMinder 1.34.x
Topic: Best way to extract video for time range?
Replies: 3
Views: 2001

Re: Best way to extract video for time range?

All my cameras have mp4 streams so JPG stills makes no sense to me any more. If cameras use mp4 streams, I don't understand why anyone would still use jpegs and not enable passthrough only. Anyways before mp4 passthrough (zm 1.28), I did have a front end PHP script for stitching jpegs. Similar to yo...
by LBDG
Fri Jul 09, 2021 11:17 pm
Forum: ZoneMinder 1.34.x
Topic: Best way to extract video for time range?
Replies: 3
Views: 2001

Re: Best way to extract video for time range?

Hy

I have a solution which works for me.

See link
viewtopic.php?f=9&t=30216

Works with passthrough and 1.34 but had a previous version working with jpeg stills
by LBDG
Tue Dec 22, 2020 9:44 pm
Forum: User Contributions
Topic: zmeventnotification questions
Replies: 2
Views: 19387

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...
by LBDG
Sun Dec 13, 2020 4:16 am
Forum: ZoneMinder 1.34.x
Topic: API token v2.0 Question * SOLVED *
Replies: 0
Views: 792

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...
by LBDG
Tue Dec 01, 2020 1:53 am
Forum: User Contributions
Topic: PHP script to export zoneminder movies with Front End
Replies: 4
Views: 41294

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 a...
by LBDG
Tue May 12, 2020 12:08 am
Forum: ZoneMinder 1.35.x Development Branch
Topic: Jumpy Timeline Loading - Mismatched Motion Detection
Replies: 3
Views: 3082

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 ...
by LBDG
Sun May 10, 2020 1:18 pm
Forum: ZoneMinder 1.34.x
Topic: LiveView performance issues 1.34.10 (h264 passthrough)
Replies: 10
Views: 6367

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 ...
by LBDG
Tue May 05, 2020 10:41 am
Forum: ZoneMinder 1.34.x
Topic: LiveView performance issues 1.34.10 (h264 passthrough)
Replies: 10
Views: 6367

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...
by LBDG
Fri Nov 08, 2019 3:17 pm
Forum: User Contributions
Topic: Script to extract and process video from zoneminder
Replies: 1
Views: 4085

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...
by LBDG
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: 5824

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...