-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix horizontal flip in camera example #9
Conversation
I only wonder if we shouldn't set it in the constructor instead so that it fixes all demos. |
That is a better idea. I wrongly assumed that was what this does. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can merge it this way if you want but as I said in comment form a moment ago I wonder if it wouldn't be better to do it in the camera class so all demos benefit from getting the image orientation right.
Changed fix to be in init instead of user code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for switching it
Updating https://github.com/adafruit/Adafruit_CircuitPython_PyCamera to 0.0.6 from 0.0.4: > Merge pull request adafruit/Adafruit_CircuitPython_PyCamera#12 from adafruit/speaker-mute > Merge pull request adafruit/Adafruit_CircuitPython_PyCamera#9 from caternuson/iss1 > Merge pull request adafruit/Adafruit_CircuitPython_PyCamera#8 from brentru/update-requirements-txt Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Updated download stats for the libraries
Simple fix for #7.
EDIT - oops wrong issue number. fixed.