-
Comments on the Rui Santos codes.
-
ESP32-CAM Take Photo and Save to MicroSD Card. It says it clearly, you take a photo and save it in the SdCard. I have used a 32 GB SdCard and it has worked for me. It is like a camera with a flash.
-
ESP32-CAM Take Photo and Display in Web Server.
Take a photo, save it in the internal memory of the ESP32 (NOT in the SdCard) and display it through a web server.
On this page I have modified the code so that in addition to being saved in the internal memory it is saved in the SdCard.