Update Sketch_05.1_CameraWebServer.ino

This commit is contained in:
Zhentao-Lin 2021-11-26 14:25:33 +08:00
parent c37b5cb6ff
commit af93e78431

View File

@ -41,7 +41,8 @@ void setup() {
}
sensor_t * s = esp_camera_sensor_get();
s->set_vflip(s, 1); //flip it back
s->set_vflip(s, 1); //1-Upside down, 0-No operation
s->set_hmirror(s, 0); //1-Reverse left and right, 0-No operation
s->set_brightness(s, 1); //up the blightness just a bit
s->set_saturation(s, -1); //lower the saturation