Closed petper closed 2 years ago
Zones are just a sublist of cameras -> your_camera -> objects -> track
so you must add all objects that camera is tracking to that list, then set the zones to the appropriate objects from that list.
Zones are just a sublist of
cameras -> your_camera -> objects -> track
so you must add all objects that camera is tracking to that list, then set the zones to the appropriate objects from that list.
When I used it as `objects: track:
It will always detect the objects outside of the zones just won't create an event unless they enter the zone (when required_zones is set). Without required_zones set it just keeps track of when an object enters a zone, this is how frigate is designed to work.
You haven't defined required_zones
so events will always be created still
You will need to set required_zones
on snapshots
and on record -> events
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the problem you are having
When using zoning for detecting specific objects, it only sets it as a person independent of how i format it. (also confirmed that it only tracks person, not car as configured.
I think I am missing something in my configuration.
Version
0.10.1
Frigate config file
Relevant log output
Frigate stats
Operating system
Debian
Install method
Docker CLI
Coral version
USB
Any other information that may be helpful
No response