Page 1 of 1

Using Websockets + video stream?

Posted: Sat Oct 26, 2019 9:30 pm
by feklee
From an ESP-EYE, I want to:
  • 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.
Can this be done at the same time?

Concerning Websockets, I found that component only in ESP-IDF v4.0, which does not seem to be compatible with ESP-WHO.

Re: Using Websockets + video stream?

Posted: Sun Dec 22, 2019 4:57 pm
by xgarbxgarb
Might be a bit late in the day for this but I used websockets for two-way communication here: https://robotzero.one/esp-who-recognition-with-names/