-
Notifications
You must be signed in to change notification settings - Fork 9
horizontally flipped preview/image #7
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
Comments
i was able to set the hmirror to False in the library itself to get a non-mirrored live view and stored photo by changing it to |
I ran into same thing running the It's possible to fix in user code with: pycam.camera.hmirror = False
I just added it after the constructor like this: pycam = adafruit_pycamera.PyCamera()
pycam.camera.hmirror = False |
Maybe |
Yep. Agree. But don't know reasoning behind current default in library. |
I'm seeing horizontally flipped/mirrored images in live preview and in saved images when using the examples/camera/code.py
I tried setting
pycam.hmirror = False
but this didn't seem to make a difference.The text was updated successfully, but these errors were encountered: