mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
linter fix
This commit is contained in:
parent
0c60ff1685
commit
634f71c277
@ -45,7 +45,7 @@ def get_standard_aspect_ratio(width: int, height: int) -> tuple[int, int]:
|
|||||||
(32, 9), # panoramic cameras
|
(32, 9), # panoramic cameras
|
||||||
(12, 9),
|
(12, 9),
|
||||||
(9, 12),
|
(9, 12),
|
||||||
(22, 15), # Amcrest, NTSC DVT
|
(22, 15), # Amcrest, NTSC DVT
|
||||||
] # aspects are scaled to have common relative size
|
] # aspects are scaled to have common relative size
|
||||||
known_aspects_ratios = list(
|
known_aspects_ratios = list(
|
||||||
map(lambda aspect: aspect[0] / aspect[1], known_aspects)
|
map(lambda aspect: aspect[0] / aspect[1], known_aspects)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user