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

Hi there, how do I change both images like 180 degress? #40

Open
jjferreira opened this issue Jun 28, 2021 · 4 comments
Open

Hi there, how do I change both images like 180 degress? #40

jjferreira opened this issue Jun 28, 2021 · 4 comments

Comments

@jjferreira
Copy link

jjferreira commented Jun 28, 2021

Hi there, how do I change both images like 180 degrees?

Originally posted by @jjferreira in #39

@jjferreira
Copy link
Author

@tomek-l hello, did you had the chance to figure out this issue? Thank you

@tomasz-lewicki
Copy link
Owner

Hi @jjferreira !

  1. To rotate the RGB image by 180 degrees, you can set flip_method=0 in this line
  2. To rotate the IR image by 180 degrees, you can do self._raw = np.flipud(raw) in this line\

Hope this helps.

@jjferreira
Copy link
Author

@tomek-l thank you for your help. The rgb camera is via usb, so that string got no effect.

@jjferreira
Copy link
Author

@tomek-l also the change, self._raw = np.flipud(raw) does to seem to work, or st least is not represented on the UI, pls advise

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

No branches or pull requests

2 participants