Search found 22 matches

by LBDG
Tue Feb 25, 2025 1:31 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Capturing vs passthrough recording ** Solved **
Replies: 2
Views: 3639

Capturing vs passthrough recording ** Solved **

** Solved ** I just solved it myself. It is under "decoding: none". I just upgraded recently to 1.37 (from 1.36) and noticed that the camera must be capturing in order to continuously record in passthrough. This take a lot of CPU cycles on high res. Under 1.36, I used to continuously record the hi ...
by LBDG
Sun Feb 02, 2025 2:27 am
Forum: User Contributions
Topic: simple Python3 script realtime object detection
Replies: 3
Views: 27714

Re: simple Python3 script realtime object detection

Hello 1 - The reason I stuck to yolo4 is that it seems to be built in OPENCV without relying on external libraries like tensorflow etc... I was actually pondering looking into more recent versions of yolo versions which would be very easy to implement but did not want to dive into external libraries ...
by LBDG
Wed Dec 20, 2023 4:33 pm
Forum: ZoneMinder 1.36.x
Topic: Windows or Linux app for montage
Replies: 24
Views: 73516

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. Gets the ...
by LBDG
Sat Nov 25, 2023 1:33 pm
Forum: User Contributions
Topic: simple Python3 script realtime object detection
Replies: 3
Views: 27714

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: 3963

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: 44052

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: 44052

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: 2871

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

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: 20250

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: 1098

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

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

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

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: 8530

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