camera patch

This commit is contained in:
cheykrym 2026-01-26 21:32:39 +03:00
parent e97054d791
commit e49be8cb66

View File

@ -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;