/esp32-camera

Example sketch showing how to use an ESP32 camera module and host a little web site that provides routes for capturing either a video of a still image.

Primary LanguageC++

ESP32 Camera

This sketch came about from trying to understand how the ESP32-Cam and other ESP32-based cameras work. Most of the examples out there show the code to get the camera running, but do not really explain what the core camera code is doing, and why things are done the way they are.

I tried to boil down what I learned into an example that's (hopefully) understandable and that can be extended to fit your own needs.

Some of the main resources I used were: