groupgets / LeptonModule

Code for getting started with the FLIR Lepton breakout board
https://groupgets.com/manufacturers/flir/products/flir-lepton
BSD 2-Clause "Simplified" License
317 stars 197 forks source link

Hello, I am a student, I want to ask a question about the temperature value #78

Open owaian1025 opened 3 years ago

owaian1025 commented 3 years ago

Hello, my camera is 80*60 pixel version, I want to know the temperature of each pixel, how can I get the value

Cherry97Pepis commented 3 years ago

Hi, I got the temp. by changing a little the LeptonThread.cpp code. After flipping MSB and LSB, u have the valueFrameBuffer calculate, i think that is the temperature ;) when I convert it to Celcius degrees it shows me quite good values :) I didn't save the table with temperatures, but only calculate the max Temp in the FOV. Hope it helps u