mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-19 22:58:22 +03:00
clean up
This commit is contained in:
parent
a8b0df69b9
commit
00d0ac6e09
@ -53,7 +53,6 @@ Watching the motion boxes in the debug view, increase the threshold until you on
|
|||||||
### Contour Area
|
### Contour Area
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# default contour_area value
|
|
||||||
motion:
|
motion:
|
||||||
# Optional: Minimum size in pixels in the resized motion image that counts as motion (default: shown below)
|
# 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
|
# 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
|
## Tuning For Large Changes In Motion
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# default lightning_threshold:
|
|
||||||
motion:
|
motion:
|
||||||
# Optional: The percentage of the image used to detect lightning or other substantial changes where motion detection
|
# Optional: The percentage of the image used to detect lightning or other substantial changes where motion detection
|
||||||
# needs to recalibrate. (default: shown below)
|
# needs to recalibrate. (default: shown below)
|
||||||
@ -95,7 +93,6 @@ motion:
|
|||||||
## Skip Motion On Large Scene Changes
|
## Skip Motion On Large Scene Changes
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# default skip_motion_threshold:
|
|
||||||
motion:
|
motion:
|
||||||
# Optional: Fraction of the frame that must change in a single update
|
# Optional: Fraction of the frame that must change in a single update
|
||||||
# before Frigate will completely ignore any motion in that frame.
|
# before Frigate will completely ignore any motion in that frame.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user