Start camera in full UXGA resolution
This commit is contained in:
parent
fd2fe15b02
commit
d9659c59aa
|
@ -69,7 +69,7 @@ bool initCamera()
|
||||||
s->set_saturation(s, -2); //lower the saturation
|
s->set_saturation(s, -2); //lower the saturation
|
||||||
}
|
}
|
||||||
//drop down frame size for higher initial frame rate
|
//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)
|
#if defined(CAMERA_MODEL_M5STACK_WIDE)
|
||||||
s->set_vflip(s, 1);
|
s->set_vflip(s, 1);
|
||||||
|
|
Loading…
Reference in New Issue