Search found 7 matches

by zm_123
Wed Jul 09, 2025 3:35 pm
Forum: ZoneMinder 1.36.x
Topic: mlapi request takes too long
Replies: 5
Views: 2131

Re: mlapi request takes too long

Ok, so maybe the db lookup is slow... the frames table is huge and if the event is long there would be a ton of frame records to search through... So this is not ideal, will put it on the todo list to look into The event (#487487) has 52 frames total with 25 alarm frames. Camera's frame rate = 5 ...
by zm_123
Sun Jul 06, 2025 2:21 pm
Forum: ZoneMinder 1.36.x
Topic: mlapi request takes too long
Replies: 5
Views: 2131

Re: mlapi request takes too long

First I really appreciate your help and suggestions. Second, I would like to point out from the log that it took mlapi the longest time to convert a snapshot to its real frame id: Jun 21 2025 20:42:34.908393 [DBG 2] Trying to convert snapshot to a real frame id Jun 21 2025 20:42:34.908432 [DBG 3] No ...
by zm_123
Sun Jun 22, 2025 1:26 am
Forum: ZoneMinder 1.36.x
Topic: mlapi request takes too long
Replies: 5
Views: 2131

mlapi request takes too long

Hi, I recently installed mlapi locally (on the same machine as the event notification server). I hoped that it could speed up the detection process by loading the model once. However, I found the process took longer with mlapi than without mlapi. Please help me to understand why. when I run zm ...
by zm_123
Tue Dec 29, 2020 7:42 pm
Forum: ZoneMinder 1.34.x
Topic: ZM Event Notification Server Installation Questions
Replies: 5
Views: 3436

Re: ZM Event Notification Server Installation Questions

https://i.stack.imgur.com/vpVBd.png Thanks! Trying to get up to speed with Git, I got the above image from here: https://stackoverflow.com/questions/34547485/how-do-i-get-a-particular-feature-branch-from-origin Like you wrote, a clone followed by a pull , seems to make more sense to me since both ...
by zm_123
Tue Dec 29, 2020 5:51 pm
Forum: ZoneMinder 1.34.x
Topic: ZM Event Notification Server Installation Questions
Replies: 5
Views: 3436

Re: ZM Event Notification Server Installation Questions

Thanks for your quick response, Magic919. I really appreciate your help. It is not quite clear from your answer whether I need to run the last 2 commands (git fetch and git checkout) for a new installation. I have never done anything like this before and am just afraid that I might accidentally ...
by zm_123
Tue Dec 29, 2020 4:24 pm
Forum: ZoneMinder 1.34.x
Topic: ZM Event Notification Server Installation Questions
Replies: 5
Views: 3436

ZM Event Notification Server Installation Questions

Hi All, I'm new to Git and would like to get your advice on how to properly installing zmeventnotification from Git. I'm using this guide https://zmeventnotification.readthedocs.io/en/latest/guides/install.html . It says To clone the latest stable release: git clone https://github.com/pliablepixels ...
by zm_123
Thu Dec 17, 2020 3:14 pm
Forum: ZoneMinder 1.34.x
Topic: [SOLVED] Mergerfs issue: No space left on device
Replies: 0
Views: 1488

[SOLVED] Mergerfs issue: No space left on device

Hello all, First time poster here. I recently upgraded from 1.30.x to 1.34.22 and mergerfs has not behaved the way it used to be. When a drive is filled up, I expect mergerfs to look for available space of other drive(s) in the pool and writes the data there. This had worked fine with 1.30.x but not ...