From 71a2b52096e2137b91fbda80fbb951f26ee7ebfa Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 25 Oct 2023 13:09:24 -0600 Subject: [PATCH] Add other known birdseye aspect ratios --- frigate/output.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frigate/output.py b/frigate/output.py index 4c72247d5..b84de33ed 100644 --- a/frigate/output.py +++ b/frigate/output.py @@ -38,7 +38,9 @@ def get_standard_aspect_ratio(width: int, height: int) -> tuple[int, int]: known_aspects = [ (16, 9), (9, 16), - (32, 9), + (2, 1), + (8, 3), # reolink duo 2 + (32, 9), # panoramic cameras (12, 9), (9, 12), ] # aspects are scaled to have common relative size