0f7f41434f55d04c92e2a15386cb641974288c65
👀 esp32-cam_camera Overview
A handmade photo camera
🚀 Features
This a portable mini photo camera.It has also a flash.
🔎 Preparation
📦 Setup
Refer to the circuit diagramInstall the 'Arduino IDE' software and open 'esp32-cam_camera.ino' fileFile>Preferences>Additional Boards Manager URLs:(Click the double window button)
Paste this code
https://dl.espressif.com/dl/package_esp32_index.json
Click 'OK'Tools>Board>Boards Manager...Search 'esp32' by Espressif Systems, and install it
⚠️ Warning: Make sure you have installed the correct USB driver (CH340, CH341, FT232R / FTDI Driver, CP2102) before connecting the ESP32CAM to your computer.
Plug the ESP32CAM into your computerTools>Board>esp32>'AI Thinker ESP32-CAM'Tools>Port>'Select the esp's port'-
- CPU Frequency: 240MHz (WIFI/BT)
- Core Debug Level: None
- Erase All Flash Before Sketch Upload: Disabled
- Flash Frequency: 80MHz
- Flash Mode: QIO
- Partition Scheme: Huge APP (3MB No OTA/1MB SPIFFS)
Tools>Manage Libraries...>Install the libraries used in the codeClick the 'upload ➡️' button
✅ To make sure it has been uploaded successfully, you should see the message 'Done uploading'
🎉 Run
1 Connect the battery to the board
2. Reset the esp32cam
3. You are ready to use your mini camera
🔒 License
📜 GPL-3.0 License
Languages
C
84.2%
C++
15.8%