diff --git a/frigate/util/config.py b/frigate/util/config.py index 0bfafe5c55..59d704b9eb 100644 --- a/frigate/util/config.py +++ b/frigate/util/config.py @@ -330,7 +330,7 @@ def migrate_016_0(config: dict[str, dict[str, any]]) -> dict[str, dict[str, any] if movement_weights and len(movement_weights.split(",")) == 5: onvif_config["autotracking"]["movement_weights"] = ( - movement_weights + ", 1" + movement_weights + ", 0" ) camera_config["onvif"] = onvif_config