Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to flip Video horizontally and vertically #1

Closed
gannaramu opened this issue Sep 4, 2020 · 2 comments
Closed

How to flip Video horizontally and vertically #1

gannaramu opened this issue Sep 4, 2020 · 2 comments

Comments

@gannaramu
Copy link

No description provided.

@leogala
Copy link

leogala commented Sep 7, 2020

I had the same doubt.
I solved by adding in setup() after the camera initialization, before "IPAddress ip":

static sensor_t * s = esp_camera_sensor_get();
//set initial flips
s->set_hmirror(s, 1);
s->set_vflip(s, 1);

BTW, Excellent work !

@arkhipenko
Copy link
Owner

Looks like you have found the solution. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants