Closed ra1nb0w closed 4 years ago
Please try to create a video doorbell accessory using the HomeKit Accessory Simulator (which is included in Additional Tools for Xcode 11 from https://developer.apple.com/downloads) and check which services are required for a video doorbell.
thank you very much for the answer. In the meantime, I built a working doorbell and the only things that I don't understand is how to enable the speaker audio session (ios mic). I check the simulator.
Hi, first of all, thank you to share your hard work! I am trying to implement a basic version of doorbell on my mac: camera + audio from camera + audio from ios. I am using as template your hkcam project and camera with audio from camera works fine. Now I would to move from
accessory.NewCamera()
to create a new accessory, something likeaccessory.NewDoorbell()
whereacc.Control = service.NewDoorbell()
and then I will add IPCamera as service? Or just create two accessory and then link doorbell and IPCamera? (I am not sure about the last since I seeTypeVideoDoorbell
as AccessoryType ). What should be the workflow? Ps. do you know something on how to manage the audio flow from ios to camera?thank you very much and have a nice weekend.