mirror of https://github.com/arendst/Tasmota.git
Merge pull request #14694 from arendst/webcam
Try to fix webcam without PSRAM
This commit is contained in:
commit
9ed989b657
|
@ -286,6 +286,7 @@ uint32_t WcSetup(int32_t fsiz) {
|
|||
config.frame_size = FRAMESIZE_VGA;
|
||||
config.jpeg_quality = 12;
|
||||
config.fb_count = 1;
|
||||
config.fb_location = CAMERA_FB_IN_DRAM;
|
||||
AddLog(LOG_LEVEL_DEBUG, PSTR("CAM: PSRAM not found"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue