mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
Add docs for annotation offset
This commit is contained in:
parent
b66810247e
commit
ab7722f9e1
@ -225,6 +225,12 @@ detect:
|
|||||||
# Optional: Object specific values
|
# Optional: Object specific values
|
||||||
objects:
|
objects:
|
||||||
person: 1000
|
person: 1000
|
||||||
|
# Optional: Milliseconds to offset detect annotations by.
|
||||||
|
# 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.
|
||||||
|
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