mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-07 22:05:44 +03:00
Add friendly_name option for zone configuration
Added optional friendly name for zones in configuration.
This commit is contained in:
parent
3af47d63ea
commit
303ebff4e3
@ -810,6 +810,8 @@ cameras:
|
|||||||
# NOTE: This must be different than any camera names, but can match with another zone on another
|
# NOTE: This must be different than any camera names, but can match with another zone on another
|
||||||
# camera.
|
# camera.
|
||||||
front_steps:
|
front_steps:
|
||||||
|
# Optional: A friendly name or descriptive text for the zones
|
||||||
|
friendly_name: ""
|
||||||
# Required: List of x,y coordinates to define the polygon of the zone.
|
# Required: List of x,y coordinates to define the polygon of the zone.
|
||||||
# NOTE: Presence in a zone is evaluated only based on the bottom center of the objects bounding box.
|
# NOTE: Presence in a zone is evaluated only based on the bottom center of the objects bounding box.
|
||||||
coordinates: 0.033,0.306,0.324,0.138,0.439,0.185,0.042,0.428
|
coordinates: 0.033,0.306,0.324,0.138,0.439,0.185,0.042,0.428
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user