Update homekit camera resolutions for tvOS 14 (#41914)

This commit is contained in:
J. Nick Koston
2020-10-16 05:42:38 -05:00
committed by GitHub
parent 798f7d1c63
commit 9f5e3bfbd5

View File

@@ -109,6 +109,7 @@ RESOLUTIONS = [
(1280, 720),
(1280, 960),
(1920, 1080),
(1600, 1200),
]
VIDEO_PROFILE_NAMES = ["baseline", "main", "high"]