mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Add docs for annotation offset (#6824)
This commit is contained in:
parent
b66810247e
commit
0996883a98
@ -225,6 +225,20 @@ detect:
|
|||||||
# Optional: Object specific values
|
# Optional: Object specific values
|
||||||
objects:
|
objects:
|
||||||
person: 1000
|
person: 1000
|
||||||
|
# Optional: Milliseconds to offset detect annotations by (default: shown below).
|
||||||
|
# There can often be latency between a recording and the detect process,
|
||||||
|
# especially when using separate streams for detect and record.
|
||||||
|
# Use this setting to make the timeline bounding boxes more closely align
|
||||||
|
# with the recording. The value can be positive or negative.
|
||||||
|
# TIP: Imagine there is an event clip with a person walking from left to right.
|
||||||
|
# If the event timeline bounding box is consistently to the left of the person
|
||||||
|
# then the value should be decreased. Similarly, if a person is walking from
|
||||||
|
# left to right and the bounding box is consistently ahead of the person
|
||||||
|
# then the value should be increased.
|
||||||
|
# TIP: This offset is dynamic so you can change the value and it will update existing
|
||||||
|
# events, this makes it easy to tune.
|
||||||
|
# WARNING: Fast moving objects will likely not have the bounding box align.
|
||||||
|
annotation_offset: 0
|
||||||
|
|
||||||
# Optional: Object configuration
|
# Optional: Object configuration
|
||||||
# NOTE: Can be overridden at the camera level
|
# NOTE: Can be overridden at the camera level
|
||||||
|
Loading…
Reference in New Issue
Block a user