LJMUAstroecology / flirpy

Python library to interact with FLIR camera cores
Other
184 stars 54 forks source link

Change camera settings #52

Open EduardoRonchi opened 3 years ago

EduardoRonchi commented 3 years ago

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

jveitchmichaelis commented 3 years ago

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.