Update example to place frame buffer in PSRAM (#648)

ESP32 failed to start the example
This commit is contained in:
Me No Dev
2024-03-21 14:06:18 +02:00
committed by GitHub
parent f0bb42917c
commit bae46be5eb

View File

@ -125,6 +125,7 @@ static camera_config_t camera_config = {
.jpeg_quality = 12, //0-63, for OV series camera sensors, lower number means higher quality
.fb_count = 1, //When jpeg mode is used, if fb_count more than one, the driver will work in continuous mode.
.fb_location = CAMERA_FB_IN_PSRAM,
.grab_mode = CAMERA_GRAB_WHEN_EMPTY,
};