fix default motion comment

This commit is contained in:
Blake Blackshear
2021-11-15 06:54:03 -06:00
parent 14c74e4361
commit b912851e49
2 changed files with 20 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ motion:
# 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/
frame_alpha: 0.2
# Optional: Height of the resized motion frame (default: 80)
# Optional: Height of the resized motion frame (default: 50)
# This operates as an efficient blur alternative. 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.
frame_height: 50