From e146c21e0fc3d37c660c21842eb917c8ef574b7d Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 1 Feb 2022 15:57:41 +0100 Subject: [PATCH] Try to fix webcam without PSRAM see https://github.com/espressif/arduino-esp32/pull/6219/files --- tasmota/xdrv_81_esp32_webcam.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/xdrv_81_esp32_webcam.ino b/tasmota/xdrv_81_esp32_webcam.ino index b89bde902..d16ff04e0 100644 --- a/tasmota/xdrv_81_esp32_webcam.ino +++ b/tasmota/xdrv_81_esp32_webcam.ino @@ -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")); }