stawel / ht301_hacklib

ht-301 thermal camera opencv lib
GNU General Public License v3.0
56 stars 31 forks source link

Add support for T2S+ #11

Closed tdamsma closed 1 year ago

tdamsma commented 1 year ago

Using the work from cmair this PR adds support for the Infiray T2S+. I chose to put it in a separate class, so you need to know upfront which camera you want to program for. The implementation is (in the spirit of this library) slightly hacky.

Both the normal and high temperature mode works, but the temperature calibration is clearly different between the two modes. Perhaps there are differences between the camera models and how to interpret the data, but as I don't have access to the SDK's I am pretty much in the dark here.

stawel commented 1 year ago

The implementation is (in the spirit of this library) slightly hacky.

yes... you definitely understand this library ;)