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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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