Closed AnthonyKNorman closed 2 years ago
https://github.com/jameszah/ESP32-CAM-Video-Recorder
The other program has timelapse where you set the interval between frames in the settings.h file, or at the http request
int capture_interval = 10000; // milli-seconds between frames
This junior version runs at full speed of camera and sd card -- so you could probably just add a delay(1000) inside the loop, and it will slow down to 1 frame per second.
Hi You mention: at SVGA 25fps, quality 12 in the sunshine, you get files of 1.5 GB per 30 minutes - so reduce quality, switch to lower framesize, or go to the timelapse system of 1 frame per second or 10 frames per second, etc to get smaller files How do I "go to the timelapse system"? Thanks