allow specific objects to be listed for a zone (fixes #1123)

This commit is contained in:
Blake Blackshear
2021-07-07 07:31:42 -05:00
parent da2492413f
commit f4aa02cc19
3 changed files with 13 additions and 0 deletions

View File

@@ -93,6 +93,9 @@ zones:
# Required: List of x,y coordinates to define the polygon of the zone.
# NOTE: Coordinates can be generated at https://www.image-map.net/
coordinates: 545,1077,747,939,788,805
# Optional: List of objects that can trigger this zone (default: all tracked objects)
objects:
- person
# Optional: Zone level object filters.
# NOTE: The global and camera filters are applied upstream.
filters:
@@ -312,6 +315,9 @@ cameras:
# Required: List of x,y coordinates to define the polygon of the zone.
# NOTE: Coordinates can be generated at https://www.image-map.net/
coordinates: 545,1077,747,939,788,805
# Optional: List of objects that can trigger this zone (default: all tracked objects)
objects:
- person
# Optional: Zone level object filters.
# NOTE: The global and camera filters are applied upstream.
filters: