-
Notifications
You must be signed in to change notification settings - Fork 95
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
Anyway to change camera orientation #44
Comments
Indeed you can. You will need to edit the camera code in the "user_interface.py" file. Have a look at the tutorial here: https://top10.digital/raspberry-pi-camera-v2-tutorial/. |
This does not work as an external script. Am i looking for import picamera as mycamera then do I add camera = PiCamera() (this error due to syntax) or #Camera |
Copy paste syntax error. |
No error it just doesn't adjust image orientation. I added: #Camera Rebooted but the image did not rotate on TouchSelfie |
As the title says, I have a case and the camera is sideways. Is there any way to set the camera to -90 degrees?
The text was updated successfully, but these errors were encountered: