mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Fix logic
This commit is contained in:
parent
9687628d7f
commit
21ac3df381
@ -232,9 +232,9 @@ detect:
|
|||||||
# with the recording. The value can be positive or negative.
|
# 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.
|
# 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
|
# If the event timeline bounding box is consistently to the left of the person
|
||||||
# then the value should be increased. Similarly, if a person is walking from
|
# 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
|
# left to right and the bounding box is consistently ahead of the person
|
||||||
# then the value should be decreased.
|
# then the value should be increased.
|
||||||
# TIP: This offset is dynamic so you can change the value and it will update existing
|
# TIP: This offset is dynamic so you can change the value and it will update existing
|
||||||
# events, this makes it easy to tune.
|
# events, this makes it easy to tune.
|
||||||
# WARNING: Fast moving objects will likely not have the bounding box align.
|
# WARNING: Fast moving objects will likely not have the bounding box align.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user