From f745e9a66fd1834150c53a974cb1d59147d93bf0 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 25 Sep 2023 20:45:30 -0600 Subject: [PATCH] Fix frame height default value in docs --- docs/docs/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index c7db4250d..659085984 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -324,7 +324,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.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. # Lower values result in less CPU, but small changes may not register as motion. frame_height: 100