Skip to content

Commit

Permalink
Merge pull request #949 from civita/hap
Browse files Browse the repository at this point in the history
Fix "no response" error when viewing cameras via apple watch
  • Loading branch information
AlexxIT committed Apr 20, 2024
2 parents 418cabb + 6fbd141 commit 6cf3cd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/hap/camera/accessory.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
},
},
Expand Down

0 comments on commit 6cf3cd1

Please sign in to comment.