Search found 3 matches

by znmdruser92102
Sat May 24, 2025 5:50 am
Forum: Mobile Apps and Event Server
Topic: Object detection for older events?
Replies: 4
Views: 3210

Re: Object detection for older events?

I'm not a dev and I'm struggling with this. I took your suggestion and I'm trying to use event filter execute a command on all matches I tried using python3 zm_detect.py but couldn't get that to work. I tried running python3 zm_detect.py on the command line, but got errors about permissions. I think ...
by znmdruser92102
Sat May 24, 2025 4:12 am
Forum: ZoneMinder 1.36.x
Topic: Event Filter only %EI% ?
Replies: 1
Views: 1249

Event Filter only %EI% ?

I'm trying to run a script with the event filter. I only need the event id. When I use %EI% it gives the event id but also the path to the event.

How can I just get the event id without the path? Thanks.
by znmdruser92102
Fri May 23, 2025 5:13 am
Forum: Mobile Apps and Event Server
Topic: Object detection for older events?
Replies: 4
Views: 3210

Object detection for older events?

I setup event server with opencv. Event server updates the notes with object detection (person, car, face, etc....) for new events since the setup. Is there a way to update the notes for all the older events using event server object detection? This way I can delete old false negative events, but ...