Portable Time-lapse Camera Using An Esp32-cam
About the project
This tutorial helps you to create a portable camera using an ESP32-CAM running MicroPython. The ESP32 takes a photo every 5 seconds and saves it on the microSD card. The photos can be then combined into a time-lapse video! :)
Project info
Difficulty: Difficult
Platforms: Everything ESP, MicroPython
Estimated time: 1 hour
License: Apache License 2.0 (Apache-2.0)
Items used in this project
Hardware components
Software apps and online services
Story
You can check the complete tutorial under: #MicroPython: Portable time-lapse camera using an ESP32-CAM
The MicroPython official version doesn't support I2S interface. However, tsaarni wrote a driver for the OV2640 and forked the MicroPython repository to include it. Thus, you need to follow the instructions in this article: MicroPython: Taking photos with an ESP32 to install the right firmware.
Code
Credits
lemariva
I am a data enthusiast, engineer, and lifelong learner. I have about nine years of experience in technical fields related to data science and since 2015, I have been working in solutions for industry 4.0. I am also a big fan of cloud solutions (more GCP), Hadoop, Docker, Kubernetes, TDD, and CI/CD. I also like to work with IoT devices and combine them into a big project.
Leave your feedback...