Start camera in full UXGA resolution

This commit is contained in:
tim 2021-04-17 19:41:44 +09:30
parent fd2fe15b02
commit d9659c59aa
1 changed files with 1 additions and 1 deletions

View File

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