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
Say I need to detect "person" type objects and "dog" type objects with one Camera.
How can I make it so that dogs are only detected when in a specified zone, and persons detected anywhere in the frame ?
Thanks
The text was updated successfully, but these errors were encountered:
Unfortunately you can't currently, but I don't see how it'd be a major task to amend the exclusion zones to have an optional "Types" array. This would require further development.
djdd87
changed the title
How to define different exclusion zones for two types of objects ?
Add the ability to define types for exclusion zones to either exclude or only include specific types
Feb 11, 2023
I work around this by adding additional cameras in SS. You can add the same camera multiple times and have a different camera name. In SynoAI you can set each camera to what you want it to do.
For example: You can have CAM1-person and CAM1-dogs. Both of these devices point to the same camera. In Synoai, you can modify the json for each camera for the detection zone for that object.
Say I need to detect "person" type objects and "dog" type objects with one Camera.
How can I make it so that dogs are only detected when in a specified zone, and persons detected anywhere in the frame ?
Thanks
The text was updated successfully, but these errors were encountered: