From d9659c59aab7e0c78e888327bb38904cd9915674 Mon Sep 17 00:00:00 2001 From: tim Date: Sat, 17 Apr 2021 19:41:44 +0930 Subject: [PATCH] Start camera in full UXGA resolution --- TimeLapse/camera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TimeLapse/camera.cpp b/TimeLapse/camera.cpp index 7e2bc30..1f59e05 100644 --- a/TimeLapse/camera.cpp +++ b/TimeLapse/camera.cpp @@ -69,7 +69,7 @@ bool initCamera() s->set_saturation(s, -2); //lower the saturation } //drop down frame size for higher initial frame rate - s->set_framesize(s, FRAMESIZE_QVGA); + s->set_framesize(s, FRAMESIZE_UXGA); #if defined(CAMERA_MODEL_M5STACK_WIDE) s->set_vflip(s, 1);