mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-01-31 00:18:55 +01:00
Add other known birdseye aspect ratios (#8322)
* Add other known birdseye aspect ratios * Formatting
This commit is contained in:
parent
36c1e00a6b
commit
5a46c36380
@ -39,7 +39,9 @@ def get_standard_aspect_ratio(width: int, height: int) -> tuple[int, int]:
|
|||||||
known_aspects = [
|
known_aspects = [
|
||||||
(16, 9),
|
(16, 9),
|
||||||
(9, 16),
|
(9, 16),
|
||||||
(32, 9),
|
(2, 1),
|
||||||
|
(8, 3), # reolink duo 2
|
||||||
|
(32, 9), # panoramic cameras
|
||||||
(12, 9),
|
(12, 9),
|
||||||
(9, 12),
|
(9, 12),
|
||||||
] # aspects are scaled to have common relative size
|
] # aspects are scaled to have common relative size
|
||||||
|
Loading…
Reference in New Issue
Block a user