diff --git a/frigate/output.py b/frigate/output.py index 3b600e116..a70e5a804 100644 --- a/frigate/output.py +++ b/frigate/output.py @@ -45,7 +45,7 @@ def get_standard_aspect_ratio(width: int, height: int) -> tuple[int, int]: (32, 9), # panoramic cameras (12, 9), (9, 12), - (22, 15), # Amcrest, NTSC DVT + (22, 15), # Amcrest, NTSC DVT ] # aspects are scaled to have common relative size known_aspects_ratios = list( map(lambda aspect: aspect[0] / aspect[1], known_aspects)