Hello,
What would be the best way to get the thermal stream of an anafi thermal on linux.
Thanks.
Hello,
What would be the best way to get the thermal stream of an anafi thermal on linux.
Thanks.
There’s a few posts in the forum about doing this in Android like this one:
However I am using arsdk-ng in Linux only. I found that one way that works for me is to switch the camera mode to blended, and then the thermal image shows up in the RTSP feed at rtsp://192.168.42.1/live
I’m using olympe, so I used :
olympe.messages.thermal.set_mode ( olympe.enums.thermal.mode.blended )
and then I can use olympe.messages.thermal.set_rendering to choose a blending mode
Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.