maxritter / diy-thermocam

A do-it-yourself thermal imager, compatible with the FLIR Lepton 2.5, 3.1R and 3.5 sensor with Arduino firmware
http://www.diy-thermocam.net
GNU General Public License v3.0
1.1k stars 174 forks source link

Thermal images problem #76

Closed liaotianjiao closed 3 years ago

liaotianjiao commented 4 years ago
  There is a problem that confused me for a long time that Thermal images is really bad!!!When I turned on my device,the images shows on the screen can hardly recognize at all.There are many straight line refresh in high frequency and detected temperature is wrong too. I tested the Lepton alone,and it turn out to be good.so it's not the problem of device.And I find out that the images shows on the screen is zoom in? Because the feild of vision when I tested Lepton alone is different to DIY-Thermocam.
 Really appreciate your reply!!!  :)

}M@UCE7{X_N4ICOD}V}YYEP

GuiotV commented 3 years ago

Hey i have the same issue did you find a solution to this ?

GuiotV commented 3 years ago

Found it !!! The Sensor was pulled out of a Flir one Gen2 Android. And in the firmware the leptonhw was not detected and set to lepton2 without shutter which was wrong. It just need one more if with the right leptonhw see https://github.com/maxritter/diythermocam_firmware/blob/40e9c8a774ce4707db48dc1ce6462cbe0044825f/src/hardware/lepton.cpp#L578 . Since in the Flir one Gen2 is a lepton3 with higher Resolution than Lepton2. That is also why the picture was always only partly visible like in the image above.