For all the people who would rather watch grass grow than do something else.
This is a fork of jameszah's project @ https://github.com/jameszah/ESP32-CAM-Video-Recorder
jameszah/ESP32-CAM-Video-Recorder (and this repo by extension) is licensed under the GNU General Public License v3.0
I've created this divergence to customise the utility for my needs as a time lapse camera for my plants.
- Acquire ESP32-CAM hardware
- Obtain FTDI Programmer hardware for USB -> Serial communications
- Install Arduino IDE
- Add additional boards for ESP
- Tweak settings for your network
- Adjust video settings for desired video quality and frame-rates
- Wire up the ESP32 for firmware uploading
- Program.
- Connect
- Start Capture
- Download video
- Finish this README
- Automate HIDE PASSWORD before upload to github
- Fix the max interval limit of ints - done (?maybe), moved interval to longs
- Make 'darkmode' html
- Add URL Generator for creating the start-command
- Add params for unit of time (i.e.: enable second/minutes/days as duration or interval)
- Add script for wget/curl
- Add AP Mode and Config To Setup WiFi (Avoid hardcoded creds)
- Add ability to ignore consecutive 'black' frames