maximkulkin / esp32-homekit-camera

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

Error trying to stream #9

Closed gabrielverani closed 5 years ago

gabrielverani commented 5 years ago

Hi, great job! I've tried everything and nothing works ... when I open the stream it is showing the following log and nothing to send and image.

I (389809) esp32_camera: Total free memory: 1669020
>>> HomeKit: [Client 55] Update Characteristics
I (391209) esp32_camera: Encoding a frame
I (391209) esp32_camera: Total free memory: 1668980
E (391919) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (391919) task_wdt:  - IDLE1 (CPU 1)
E (391919) task_wdt: Tasks currently running:
E (391919) task_wdt: CPU 0: IDLE0
E (391919) task_wdt: CPU 1: Camera Stream
I (392619) esp32_camera: Encoding a frame
I (392619) esp32_camera: Total free memory: 1668988
I (393989) esp32_camera: Encoding a frame
I (393989) esp32_camera: Total free memory: 1668988

Thank you.

maximkulkin commented 5 years ago

Streaming support was not implemented yet