We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c87bbf commit ccb359aCopy full SHA for ccb359a
src/eloquent_esp32cam/camera/camera.h
@@ -85,6 +85,7 @@ namespace Eloquent {
85
config.frame_size = resolution.framesize;
86
config.jpeg_quality = quality.quality;
87
config.xclk_freq_hz = xclk.freq;
88
+ config.grab_mode = CAMERA_GRAB_LATEST;
89
90
// init
91
if (esp_camera_init(&config) != ESP_OK)
0 commit comments