Using Websockets + video stream?
Posted: Sat Oct 26, 2019 9:30 pm
From an ESP-EYE, I want to:
Concerning Websockets, I found that component only in ESP-IDF v4.0, which does not seem to be compatible with ESP-WHO.
- Stream from the camera to the web server (as in the example application camera_web_server). Face detection is not required.
- Connect to a Websocket server running on another computer to send messages.
Concerning Websockets, I found that component only in ESP-IDF v4.0, which does not seem to be compatible with ESP-WHO.