I need help with my ESP32-CAM project

I am having trouble converting http camera server to secured https server.

I have coded the esp32 server so it uses TLS with self-signed certificate to pass encrypted data and authentication(GET,POST with JSON format).
I used this library GitHub - fhessel/esp32_https_server: Alternative ESP32 Webserver implementation for the ESP32 Arduino Core, supporting HTTPS and HTTP. .

But in addition I want to add /Camera where the web server would display stream from camera with face recognition.

If you have any idea how to do the https camera web server I'll be very thankful. :slight_smile:

I doubt that an ESP32 is able to provide that.

I have managed to send camera captures (JPG)over https to a phone application, right now I am trying to figure out the most simplest way to use face recognition on those camera captures.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.