From ab7722f9e12da5a966feb8ce7650920484623e55 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 16 Jun 2023 13:33:26 -0600 Subject: [PATCH] Add docs for annotation offset --- docs/docs/configuration/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index b66ff15f5..cc16e9067 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -225,6 +225,12 @@ detect: # Optional: Object specific values objects: 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 # NOTE: Can be overridden at the camera level