You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package does not have anything to do with how the images are returned by the camera. The easiest solution is to rotate the camera physically. If that is not possible, then you need to find how the package that you use to download frames from the camera can be told to rotate. This depends on what camera you are using.
Basically it works but the pictures I get in the Browser are rotated by 90 degrees clockwise.
So I tried to insert the statement:
camera.rotation = 270
before the while loop in app.py
But this did not change anything. Please help
Martin Klein
The text was updated successfully, but these errors were encountered: