ESP32-CAM Web server to display LIVE Video and Sensor data

Hello, I am working on a project where I would like to create a webserver where live video from the ESP32-CAM is displayed over wifi, as well as various other sensor data (ultrasonic data, gps data, etc.).

I understand that there already exists the 'CameraWebServer" example. However, I would like to either modify this code to also display the sensor data, or just create my own code from scratch. Essentially, the web server would display the live video, and right next to it, the data acquired from the sensors would also be shown. I would also like to include a "Capture image" button on the web server, which when clicked, will take a photo and save it to the SD card.

Can you all point me to some documentation where I can best learn about creating webservers and also how you would go about this? Based on my research, all of this 100% possible, I am just new to this so just feeling overwhelmed. Thanks in advance.

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