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'd like to be able to configure separate zones for the same camera. For instance, if I have a camera which sees the driveway and the garden, I'd like to be able to execute different actions based on what zone and what object has been detected.
Would just need some logic to avoid overlapping zones, or could just find the first applicable zone match for the prediction.
This would then allow all the config to just work as it does already without having to move thresholds, exclusions, types, etc, into a child Zones array.
I'd like to be able to configure separate zones for the same camera. For instance, if I have a camera which sees the driveway and the garden, I'd like to be able to execute different actions based on what zone and what object has been detected.
It could look something like this:
And the notifier would add the zone where the object was detected:
The text was updated successfully, but these errors were encountered: