pkg/hap/camera/accessory.go

This commit is contained in:
civita
2024-02-16 20:18:53 -08:00
parent 5fa31fe4d6
commit 6fbd141576
+1
View File
@@ -62,6 +62,7 @@ func ServiceCameraRTPStreamManagement() *hap.Service {
VideoAttrs: []VideoAttrs{
{Width: 1920, Height: 1080, Framerate: 30},
{Width: 1280, Height: 720, Framerate: 30}, // important for iPhones
{Width: 320, Height: 240, Framerate: 15}, // apple watch
},
},
},