groupgets / pylepton

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

Radiometric capture #42

Closed zoltanszalontay closed 4 years ago

zoltanszalontay commented 4 years ago

Can anyone tell me if pylepton can capture radiometric 14 bit arrays from the camera SPI interface that contains temperature*1000 values for 160x120 pixels?

Also, does it support 160x120 resolution?

Thx, Zoltán

kekiefer commented 4 years ago

Yes, that's what the capture() function returns. You can use the lepton3 or lepton3-dev branch for lepton 3 support.

zoltanszalontay commented 4 years ago

Thanks!