|
@@ -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:
|