maximkulkin / esp32-homekit-camera

Firmware for esp32-camera module to act as Apple Homekit IP camera
MIT License
394 stars 78 forks source link

No image #66

Open borcares opened 4 years ago

borcares commented 4 years ago

Hi, I have a problem, I´ve already compiled and flashed the esp32-cam, but after add the cam to home app I can't see any image...

I (110401) esp32_camera: Total free memory: 3137908 E (110991) camera: Failed to get the frame on time! E (114411) camera: Failed to get the frame on time! E (114411) esp32_camera: Camera capture failed I (114411) esp32_camera: Getting a frame I (114411) esp32_camera: Total free memory: 3138092 E (118421) camera: Failed to get the frame on time! E (118421) esp32_camera: Camera capture failed I (118421) esp32_camera: Getting a frame I (118421) esp32_camera: Total free memory: 3138092 E (122431) camera: Failed to get the frame on time! E (122431) esp32_camera: Camera capture failed I (122431) esp32_camera: Getting a frame I (122431) esp32_camera: Total free memory: 3138092 E (126441) camera: Failed to get the frame on time! E (126441) esp32_camera: Camera capture failed I (126441) esp32_camera: Getting a frame I (126441) esp32_camera: Total free memory: 3138092 E (130451) camera: Failed to get the frame on time! E (130451) esp32_camera: Camera capture failed I (130451) esp32_camera: Getting a frame I (130451) esp32_camera: Total free memory: 3138092

HomeKit: [Client 60] Resource I (134191) esp32_camera: Resource payload: {"image-width":640,"image-height":480,"resource-type":"image"} E (134461) camera: Failed to get the frame on time! E (134461) esp32_camera: Camera capture failed I (134461) esp32_camera: Getting a frame

Anyone can help?

Thanks.