Rotate camera image 180 degrees? #18158
Replies: 4 comments
-
Something like: Which camera firmware are you using? RandomNerdTutorials is a good help source: |
Beta Was this translation helpful? Give feedback.
-
@davefes LOL small world! I am using the following firmware. project. Active project, and I avoid having to make a custom MP firmware image... Board I happen to be using for the current project, I needed POE and ethernet... There were no MP examples for this board, so created some tutorial, illustrative type, they are here on github... I just started developing MP examples for the following board for Prokyber, he designed this variant... |
Beta Was this translation helpful? Give feedback.
-
https://github.com/cnadler86/micropython-camera-API?tab=readme-ov-file#additional-methods-and-examples |
Beta Was this translation helpful? Give feedback.
-
In the old lemariva esp32cam board days the cable was so short it couldn't even make it to the box face, let alone put a twist in it! camera.flip(1) was the fix back then. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Rotate camera image 180 degrees? I have a camera, generating a JPEG (as a bytes string I believe) via the camera module. But unfortunately, given the board design and the case, the camera position is inverted (i.e. upside down) unless I force the camera ribbon cable to do something horrible. Am thinking there might be a way I can correct this via MP code versus mounting the case upside down?
Beta Was this translation helpful? Give feedback.
All reactions