zmeventserver object detection settings per monitor

Discussion topics related to mobile applications and ZoneMinder Event Server (including machine learning)
Post Reply
gbruneau
Posts: 15
Joined: Fri Jun 07, 2019 8:27 pm

zmeventserver object detection settings per monitor

Post by gbruneau »

Hello,

I've followed the guide to configure zmeventserver and a standalone mlapi. I would like to only have one monitor use alpr plate_recognizer, monitor with id 8.

I currently have use_sequence=yes set, I also tried it with no but that didn't make a difference. I assume the monitors have to be moved to the ml_sequence or stream_sequence sections but I'm not sure how to define them there. I added the following to objectconfig.ini, but not sure this works with the standalone mlapi. Any thoughts? Thank you!

#Alley
[monitor-8]
detection_sequence=object,alpr
resize=1200

#Front Door
[monitor-4]
detection_sequence=object,face

#Main Door
[monitor-5]
detection_sequence=object,face

#Driveway
[monitor-6]
detection_sequence=object,face
User avatar
asker
Posts: 1553
Joined: Sun Mar 01, 2015 12:12 pm

Re: zmeventserver object detection settings per monitor

Post by asker »

I think I'll have to add per monitor support for mlapi. I'll have to review the code - hope to get to it this weekend
I no longer work on zmNinja, zmeventnotification, pyzm or mlapi. I may respond on occasion based on my available time/interest.

Please read before posting:
How to set up logging properly
How to troubleshoot and report - ES
How to troubleshoot and report - zmNinja
ES docs
zmNinja docs
gbruneau
Posts: 15
Joined: Fri Jun 07, 2019 8:27 pm

Re: zmeventserver object detection settings per monitor

Post by gbruneau »

Thank you, I thought I was missing something.
User avatar
asker
Posts: 1553
Joined: Sun Mar 01, 2015 12:12 pm

Re: zmeventserver object detection settings per monitor

Post by asker »

As it turns out, this is already enabled.
Edited: See https://zmeventnotification.readthedocs ... -overrides

However, I am going to change this - it's messy this way - monitor specific stuff sits in objectconfig while the rest sits in mlapi. I'll have to think of a better way.
I no longer work on zmNinja, zmeventnotification, pyzm or mlapi. I may respond on occasion based on my available time/interest.

Please read before posting:
How to set up logging properly
How to troubleshoot and report - ES
How to troubleshoot and report - zmNinja
ES docs
zmNinja docs
Post Reply