maximkulkin / esp-homekit

Apple HomeKit accessory server library for ESP-OPEN-RTOS
MIT License
1.11k stars 170 forks source link

Has anyone tried any hardware/accessory implementation for a camera? #57

Closed royfocker19 closed 5 years ago

royfocker19 commented 6 years ago

I was able to make it work using hap node with a raspberry as a node, but I was wondering if it's possible to write an accessory and create the hardware for that.

maximkulkin commented 5 years ago

Yes, I'm working on camera implementation in this repository: https://github.com/maximkulkin/esp32-homekit-camera. The work is still in progress (no live streaming support). You're welcome to contribute.