From 08eefd8385b5609b3ff92624fc8b72c5c4054cc6 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 27 Sep 2023 05:11:23 -0600 Subject: [PATCH] Fix frame height default value in docs (#7947) --- 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