mirror of
https://github.com/Freenove/Freenove_ESP32_WROVER_Board.git
synced 2025-07-29 16:17:21 +00:00
Update Sketch_05.1_CameraWebServer.ino
This commit is contained in:
parent
c37b5cb6ff
commit
af93e78431
@ -41,7 +41,8 @@ void setup() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sensor_t * s = esp_camera_sensor_get();
|
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_brightness(s, 1); //up the blightness just a bit
|
||||||
s->set_saturation(s, -1); //lower the saturation
|
s->set_saturation(s, -1); //lower the saturation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user