diff --git a/frigate/config.py b/frigate/config.py index f781e28541..6232597235 100644 --- a/frigate/config.py +++ b/frigate/config.py @@ -676,9 +676,8 @@ def __init__(self, **config): "detect" in input.get("roles", []) ): try: - streamInfo = get_video_properties(input.get("path")) - config["detect"]["width"] = streamInfo["width"] + config["detect"]["width"] = streamInfo["width"] config["detect"]["height"] = streamInfo["height"] break except Exception: