mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Fix frame height default value in docs (#7947)
This commit is contained in:
parent
705ee54315
commit
08eefd8385
@ -324,7 +324,7 @@ motion:
|
|||||||
# Low values will cause things like moving shadows to be detected as motion for longer.
|
# Low values will cause things like moving shadows to be detected as motion for longer.
|
||||||
# https://www.geeksforgeeks.org/background-subtraction-in-an-image-using-concept-of-running-average/
|
# https://www.geeksforgeeks.org/background-subtraction-in-an-image-using-concept-of-running-average/
|
||||||
frame_alpha: 0.01
|
frame_alpha: 0.01
|
||||||
# Optional: Height of the resized motion frame (default: 50)
|
# Optional: Height of the resized motion frame (default: 100)
|
||||||
# Higher values will result in more granular motion detection at the expense of higher CPU usage.
|
# Higher values will result in more granular motion detection at the expense of higher CPU usage.
|
||||||
# Lower values result in less CPU, but small changes may not register as motion.
|
# Lower values result in less CPU, but small changes may not register as motion.
|
||||||
frame_height: 100
|
frame_height: 100
|
||||||
|
Loading…
Reference in New Issue
Block a user