chore: ruff format axengine.py and regenerate config translations

This commit is contained in:
spanner3003
2026-03-18 18:02:32 +00:00
parent 8db3f8fc09
commit 4a9fbb25ae
3 changed files with 60 additions and 5 deletions
+1 -1
View File
@@ -268,7 +268,7 @@
},
"skip_motion_threshold": {
"label": "Skip motion threshold",
"description": "If more than this fraction of the image changes in a single frame, the detector will return no motion boxes and immediately recalibrate. This can save CPU and reduce false positives during lightning, storms, etc., but may miss real events such as a PTZ camera autotracking an object. The tradeoff is between dropping a few megabytes of recordings versus reviewing a couple short clips. Range 0.0 to 1.0."
"description": "If set to a value between 0.0 and 1.0, and more than this fraction of the image changes in a single frame, the detector will return no motion boxes and immediately recalibrate. This can save CPU and reduce false positives during lightning, storms, etc., but may miss real events such as a PTZ camera autotracking an object. The tradeoff is between dropping a few megabytes of recordings versus reviewing a couple short clips. Leave unset (None) to disable this feature."
},
"improve_contrast": {
"label": "Improve contrast",