You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
first of all, great job doing this library!
Second: is there a way to send config commands to the camera? I am currently usin a PT Mini with Lepton 3.5 and Raspberry Pi. I would like to know if there is a way to set emissivity from flirpy library. Checking the files I only saw something about getting these parameters values.
Thanks in advance,
Eduardo
The text was updated successfully, but these errors were encountered:
Currently no, because there isn't a straightforward way of sending commands via the PT module (from Python). I think they're sent as UVC extension unit commands? You can retrieve these values easily because they're embedded in images that the camera captures. Sorry about that.
I'm hoping to add support for the module directly, via SPI, in the future.
Hello,
first of all, great job doing this library!
Second: is there a way to send config commands to the camera? I am currently usin a PT Mini with Lepton 3.5 and Raspberry Pi. I would like to know if there is a way to set emissivity from flirpy library. Checking the files I only saw something about getting these parameters values.
Thanks in advance,
Eduardo
The text was updated successfully, but these errors were encountered: