maximkulkin / esp-homekit

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

implicit declaration of function 'HOMEKIT_DECLARE_CHARACTERISTIC_SELECTED_RTPS_CONFIGURATION' #52

Closed jonkofee closed 6 years ago

jonkofee commented 6 years ago

How setup camera?

Please help

maximkulkin commented 6 years ago

Well, I guess nobody ever tried to set up camera with this framework, because I guess there is no way to connect camera and/or enough resources to stream video through ESP8266.

Why do you need this?

jonkofee commented 6 years ago

I want watching my door

maximkulkin commented 6 years ago

Ok, I guess you know what you're doing and the only issue you have is with missing characteristic declaration which I can help you with. So, according to Homekit Accessory Protocol specification the name of characteristic you're looking for is "SELECTED_RTP_STREAM_CONFIGURATION" (not "SELECTED_RTPS_CONFIGURATION"). The comment in our header file is incorrect and I will update it.