Update example to place frame buffer in PSRAM (#648)
ESP32 failed to start the example
This commit is contained in:
parent
f0bb42917c
commit
bae46be5eb
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue