Capture images with ESP32-CAM and upload them to Dropbox.
-
Takes photos using the ESP32-CAM.
-
Connects to Wi-Fi and uploads the photos to Dropbox.
-
Press reset capture again.
- 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.
-
Improve photo quality by tweaking camera settings.
-
Make the button capture and upload photos without resetting the ESP32.
-
Add some stuff to make it to copy to clipboard
const char* ssid = "YOUR_WIFI_NAME";
const char* password = "YOUR_WIFI_PASSWORD";
const char* dropboxAccessToken = "YOUR_DROPBOX_TOKEN";