From 6fbd141576e2708ffe494deaa2a53aba866410b9 Mon Sep 17 00:00:00 2001 From: civita <14911217+civita@users.noreply.github.com> Date: Fri, 16 Feb 2024 20:18:53 -0800 Subject: [PATCH] pkg/hap/camera/accessory.go --- pkg/hap/camera/accessory.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/hap/camera/accessory.go b/pkg/hap/camera/accessory.go index fca77de8..42037d96 100644 --- a/pkg/hap/camera/accessory.go +++ b/pkg/hap/camera/accessory.go @@ -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 }, }, },