You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using the ***_zone_detection_pattern using the ZM defined zones - I want to be able to match every object and every face in any zone - however I only want to add ALPR recognition in a specific zone.
One zone I have covers the driveway, if there is a vehicle there I want to detect registration, however another zone captures the road. I would like object detection to take place so each recording is tagged when sifting through footage, however registrations become less important as the registrations are not on a visible angle, so it is firing off to the cloud and consuming the daily limit of checks.
Along with I think issue #101 it would be perfect, as I really only want a notification for detections on the driveway, however I also want all objects in other areas to be logged, just not notified.
I hope that makes sense and I am not missing something that will already do this?
Thanks!
The text was updated successfully, but these errors were encountered:
I understand the ask, but not something I plan to do. The way detection is wired today is that it first detects and then does a zone intersection check later. This is because detection happens at an image level, and an image can contain multiple zones. To do what you want, I will have to split an image into zone segments and then run analysis on each one. That won't work for the following reasons:
objects that partially intersect with zones will fail to be detected
slows down the entire system (running detection 5 times for 5 zones in an image, instead of one)
Event Server version
Hooks version (if you are using Object Detection)
The version of ZoneMinder you are using:
What is the nature of your issue
Details
I am currently using the
***_zone_detection_pattern
using the ZM defined zones - I want to be able to match every object and every face in any zone - however I only want to add ALPR recognition in a specific zone.One zone I have covers the driveway, if there is a vehicle there I want to detect registration, however another zone captures the road. I would like object detection to take place so each recording is tagged when sifting through footage, however registrations become less important as the registrations are not on a visible angle, so it is firing off to the cloud and consuming the daily limit of checks.
Along with I think issue #101 it would be perfect, as I really only want a notification for detections on the driveway, however I also want all objects in other areas to be logged, just not notified.
I hope that makes sense and I am not missing something that will already do this?
Thanks!
The text was updated successfully, but these errors were encountered: