From e49be8cb660d18f1120e0ac579993770891ac5f5 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Mon, 26 Jan 2026 21:32:39 +0300 Subject: [PATCH] camera patch --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index d33632a..36090e0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -259,6 +259,7 @@ void setup() { // Note: lower "quality" number = better quality but slower. config.frame_size = FRAMESIZE_QQVGA; config.jpeg_quality = 25; + // config.jpeg_quality = 6; config.fb_count = 1; if (psramFound()) { config.fb_location = CAMERA_FB_IN_PSRAM;