mirror of https://github.com/arendst/Tasmota.git
Try to fix webcam without PSRAM
see https://github.com/espressif/arduino-esp32/pull/6219/files
This commit is contained in:
parent
069035e26b
commit
e146c21e0f
|
@ -286,6 +286,7 @@ uint32_t WcSetup(int32_t fsiz) {
|
||||||
config.frame_size = FRAMESIZE_VGA;
|
config.frame_size = FRAMESIZE_VGA;
|
||||||
config.jpeg_quality = 12;
|
config.jpeg_quality = 12;
|
||||||
config.fb_count = 1;
|
config.fb_count = 1;
|
||||||
|
config.fb_location = CAMERA_FB_IN_DRAM;
|
||||||
AddLog(LOG_LEVEL_DEBUG, PSTR("CAM: PSRAM not found"));
|
AddLog(LOG_LEVEL_DEBUG, PSTR("CAM: PSRAM not found"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue