mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
fix example config
This commit is contained in:
parent
469259d663
commit
194baaeb56
@ -73,34 +73,32 @@ zones:
|
|||||||
# Name of the zone
|
# Name of the zone
|
||||||
################
|
################
|
||||||
front_steps:
|
front_steps:
|
||||||
cameras:
|
front_door:
|
||||||
front_door:
|
####################
|
||||||
####################
|
# For each camera, a list of x,y coordinates to define the polygon of the zone. The top
|
||||||
# For each camera, a list of x,y coordinates to define the polygon of the zone. The top
|
# left corner is 0,0. Can also be a comma separated string of all x,y coordinates combined.
|
||||||
# left corner is 0,0. Can also be a comma separated string of all x,y coordinates combined.
|
# The same zone can exist across multiple cameras if they have overlapping FOVs.
|
||||||
# The same zone can exist across multiple cameras if they have overlapping FOVs.
|
# An object is determined to be in the zone based on whether or not the bottom center
|
||||||
# An object is determined to be in the zone based on whether or not the bottom center
|
# of it's bounding box is within the polygon. The polygon must have at least 3 points.
|
||||||
# of it's bounding box is within the polygon. The polygon must have at least 3 points.
|
# Coordinates can be generated at https://www.image-map.net/
|
||||||
# Coordinates can be generated at https://www.image-map.net/
|
####################
|
||||||
####################
|
coordinates:
|
||||||
coordinates:
|
- 545,1077
|
||||||
- 545,1077
|
- 747,939
|
||||||
- 747,939
|
- 788,805
|
||||||
- 788,805
|
################
|
||||||
################
|
# Zone level object filters. These are applied in addition to the global and camera filters
|
||||||
# Zone level object filters. These are applied in addition to the global and camera filters
|
# and should be more restrictive than the global and camera filters. The global and camera
|
||||||
# and should be more restrictive than the global and camera filters. The global and camera
|
# filters are applied upstream.
|
||||||
# filters are applied upstream.
|
################
|
||||||
################
|
filters:
|
||||||
filters:
|
person:
|
||||||
person:
|
min_area: 5000
|
||||||
min_area: 5000
|
max_area: 100000
|
||||||
max_area: 100000
|
threshold: 0.8
|
||||||
threshold: 0.8
|
|
||||||
driveway:
|
driveway:
|
||||||
cameras:
|
front_door:
|
||||||
front_door:
|
coordinates: 545,1077,747,939,788,805
|
||||||
coordinates: 545,1077,747,939,788,805
|
|
||||||
yard:
|
yard:
|
||||||
|
|
||||||
cameras:
|
cameras:
|
||||||
|
Loading…
Reference in New Issue
Block a user