From 39092fd9778aeab25497bd4cb3c3f5241f4c443e Mon Sep 17 00:00:00 2001 From: Zhentao-Lin <173039613@qq.com> Date: Sat, 22 Mar 2025 11:36:35 +0800 Subject: [PATCH] Update Sketch_06.2_As_VideoWebServer.ino --- .../Sketch_06.2_As_VideoWebServer.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/Sketches/Sketch_06.2_As_VideoWebServer/Sketch_06.2_As_VideoWebServer.ino b/C/Sketches/Sketch_06.2_As_VideoWebServer/Sketch_06.2_As_VideoWebServer.ino index 239ea72..a7bfa76 100644 --- a/C/Sketches/Sketch_06.2_As_VideoWebServer/Sketch_06.2_As_VideoWebServer.ino +++ b/C/Sketches/Sketch_06.2_As_VideoWebServer/Sketch_06.2_As_VideoWebServer.ino @@ -40,7 +40,7 @@ void setup() { config.pin_sccb_scl = SIOC_GPIO_NUM; config.pin_pwdn = PWDN_GPIO_NUM; config.pin_reset = RESET_GPIO_NUM; - config.xclk_freq_hz = 20000000; + config.xclk_freq_hz = 10000000; config.pixel_format = PIXFORMAT_JPEG; // if PSRAM IC present, init with UXGA resolution and higher JPEG quality