Skip to content

Capture images with ESP32-CAM and upload them to Dropbox.

Notifications You must be signed in to change notification settings

crisiumnih/esp32cam-dropbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ESP32-CAM Dropbox Image Uploader

Capture images with ESP32-CAM and upload them to Dropbox.

What It Does

  • Takes photos using the ESP32-CAM.

  • Connects to Wi-Fi and uploads the photos to Dropbox.

  • Press reset capture again.

Current Problems

  • Greenish Photos

Photos sometimes look too green. This can be fixed by adjusting camera settings like brightness and white balance.

  • Manual Reset Needed

Right now, you need to press the reset button to take another photo. A future update will let the button take photos directly.

Future Plans

  1. Improve photo quality by tweaking camera settings.

  2. Make the button capture and upload photos without resetting the ESP32.

  3. Add some stuff to make it to copy to clipboard

Replace these placeholders with your details:

const char* ssid = "YOUR_WIFI_NAME";
const char* password = "YOUR_WIFI_PASSWORD";
const char* dropboxAccessToken = "YOUR_DROPBOX_TOKEN";

About

Capture images with ESP32-CAM and upload them to Dropbox.

Resources

Stars

Watchers

Forks

Languages