Skip to content
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

Rotated Pictures #77

Open
martinklein opened this issue Mar 14, 2022 · 1 comment
Open

Rotated Pictures #77

martinklein opened this issue Mar 14, 2022 · 1 comment
Labels

Comments

@martinklein
Copy link

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

@miguelgrinberg
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants