just vertical flip

pull/220/head
alanbjohnston 3 years ago committed by GitHub
parent ca4e3798a4
commit 08c5548121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -330,7 +330,7 @@ void config_camera() {
// s->set_brightness(s, 2); // -2 to 2
// s->set_contrast(s, 0); // -2 to 2
// s->set_saturation(s, 1); // -2 to 2
s->set_hmirror(s, 1); // 0 = disable , 1 = enable
// s->set_hmirror(s, 1); // 0 = disable , 1 = enable
s->set_vflip(s, 1);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.