groupgets / pylepton

Quick and dirty pure python library for interfacing with FLIR lepton
MIT License
208 stars 94 forks source link

Lepton Modes #3

Closed anjomshoaa closed 8 years ago

anjomshoaa commented 8 years ago

Hi,

I have a question about Lepton modes. Is it possible to enable/disable the Radiometry and AGC modes via pylepton?

Thanks Amin

kekiefer commented 8 years ago

As it stands, no. Pylepton currently makes no attempts to configure or interrogate the part over i2c, which would be required to enable these different modes. There is nothing stopping it from being able to do i2c configuration, however, so pull requests are welcome!

anjomshoaa commented 8 years ago

Thanks for the quick reply.

Regards Amin