mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-17 16:44:29 +03:00
clarify docs
This commit is contained in:
parent
60550d9cde
commit
c87f2829ae
@ -639,7 +639,7 @@ cameras:
|
|||||||
front_steps:
|
front_steps:
|
||||||
# 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.284,0.997,0.389,0.869,0.410,0.745
|
coordinates: 0.033,0.306,0.324,0.138,0.439,0.185,0.042,0.428
|
||||||
# Optional: The real-world distances of a 4-sided zone used for zones with speed estimation enabled (default: none)
|
# Optional: The real-world distances of a 4-sided zone used for zones with speed estimation enabled (default: none)
|
||||||
# List distances in order of the zone points coordinates and use the unit system defined in the ui config
|
# List distances in order of the zone points coordinates and use the unit system defined in the ui config
|
||||||
distances: 10,15,12,11
|
distances: 10,15,12,11
|
||||||
|
|||||||
@ -153,7 +153,7 @@ ui:
|
|||||||
unit_system: metric
|
unit_system: metric
|
||||||
```
|
```
|
||||||
|
|
||||||
The maximum speed during the object's lifetime is saved in Frigate's database and can be seen in the UI in the Tracked Object Details pane in Explore. Current estimated speed can also be seen on the debug view as the third value in the object label. Current estimated speed, max estimated speed, and velocity angle (the angle of the direction the object is moving relative to the frame) of tracked objects is also sent through the `events` MQTT topic in the `data` field. See the [MQTT docs](../integrations/mqtt.md#frigateevents).
|
The maximum speed during the object's lifetime is saved in Frigate's database and can be seen in the UI in the Tracked Object Details pane in Explore. Current estimated speed can also be seen on the debug view as the third value in the object label. Current estimated speed, max estimated speed, and velocity angle (the angle of the direction the object is moving relative to the frame) of tracked objects is also sent through the `events` MQTT topic. See the [MQTT docs](../integrations/mqtt.md#frigateevents).
|
||||||
|
|
||||||
#### Best practices and caveats
|
#### Best practices and caveats
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user