From 00d0ac6e095f09b3eaef5eef649057d1ac598363 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:42:58 -0600 Subject: [PATCH] clean up --- docs/docs/configuration/motion_detection.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/docs/configuration/motion_detection.md b/docs/docs/configuration/motion_detection.md index 4369fae33..5e122b1fe 100644 --- a/docs/docs/configuration/motion_detection.md +++ b/docs/docs/configuration/motion_detection.md @@ -53,7 +53,6 @@ Watching the motion boxes in the debug view, increase the threshold until you on ### Contour Area ```yaml -# default contour_area value motion: # Optional: Minimum size in pixels in the resized motion image that counts as motion (default: shown below) # Increasing this value will prevent smaller areas of motion from being detected. Decreasing will @@ -82,7 +81,6 @@ However, if the preferred day settings do not work well at night it is recommend ## Tuning For Large Changes In Motion ```yaml -# default lightning_threshold: motion: # Optional: The percentage of the image used to detect lightning or other substantial changes where motion detection # needs to recalibrate. (default: shown below) @@ -95,7 +93,6 @@ motion: ## Skip Motion On Large Scene Changes ```yaml -# default skip_motion_threshold: motion: # Optional: Fraction of the frame that must change in a single update # before Frigate will completely ignore any motion in that frame.