ai-thermometer
ai-thermometer copied to clipboard
Hi there, how do I change both images like 180 degress?
Hi there, how do I change both images like 180 degrees?
Originally posted by @jjferreira in https://github.com/tomek-l/ai-thermometer/issues/39
@tomek-l hello, did you had the chance to figure out this issue? Thank you
Hi @jjferreira !
- To rotate the RGB image by 180 degrees, you can set
flip_method=0in this line - To rotate the IR image by 180 degrees, you can do
self._raw = np.flipud(raw)in this line\
Hope this helps.
@tomek-l thank you for your help. The rgb camera is via usb, so that string got no effect.
@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