ESP32-CAM MicroSD Card – Saving images with the ESP32-Cam

Learn to use the MicroSD card on the ESP32-CAM to store photos. We’ll also build a motion-sensitive and time-lapse camera.

Article with code: https://dronebotworkshop.com/esp32-cam-microsd
More articles and tutorials: https://dronebotworkshop.com
Join the conversation on the forum: https://forum.dronebotworkshop.com
Subscribe to the newsletter and stay in touch: https://dronebotworkshop.com/subscribe/

The ESP32-CAM is an amazing little module, especially when you consider how inexpensive it is. With all the power of the 32-bit ESP32 combined with a 2MP camera, this board has a lot of practical applications.

It also has a MicroSD card slot, and today we will learn how to use this to store images on a MicroSD card.

We’ll examine how the ESP32 works with both the camera and the MicroSD card, and then we’ll build a simple camera. After that, we’ll turn our camera into a motion-sensitive camera, and then we’ll write some code to build a time-lapse camera.

Here is the Table of Contents for today’s video:

00:00 – Introduction
01:26 – ESP32-CAM MicroSD Card
07:22 – Using the Camera and MicroSD Card
12:09 – Simple Camera
22:16 – Motion-Sensitive Camera
27:29 – Time-Lapse Camera
33:07 – Conclusion

I hope you enjoy the video!

Bill

source

You might be interested in