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

Camera rotation #7

Closed
BrandonHortman opened this issue Mar 30, 2021 · 3 comments · Fixed by #12
Closed

Camera rotation #7

BrandonHortman opened this issue Mar 30, 2021 · 3 comments · Fixed by #12
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@BrandonHortman
Copy link

Is it possible to rotate the camera?
Thanks for sharing.

Screenshot 2021-03-30 082827 (2)

@rf152
Copy link
Member

rf152 commented May 17, 2021

There isn't anything specifically in the code to rotate the camera - that would require more processing as the image would have to be rotated in the software (unless there is a way of capturing the image rotated, but I don't know on that).

It may be that you can rotate it within the NDI consumer.

@rf152 rf152 closed this as completed May 17, 2021
@rf152 rf152 reopened this May 18, 2021
@rf152
Copy link
Member

rf152 commented May 18, 2021

In work on another enhancement, I think I've found a way of doing this. I've reopened this bug to track it - keep your eyes open for v2.0.0

@rf152 rf152 added the enhancement New feature or request label May 18, 2021
@rf152 rf152 self-assigned this May 18, 2021
@rf152 rf152 added this to the 2.0.0 milestone May 18, 2021
@rf152 rf152 modified the milestones: 2.0.0, 2.0.1 May 18, 2021
@rf152 rf152 closed this as completed in #12 May 19, 2021
@rf152
Copy link
Member

rf152 commented May 19, 2021

Brandon, this is now possible using the config parameter rotation. Valid values are 0, 90, 180, 270.

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

Successfully merging a pull request may close this issue.

2 participants