Nervengift / read_thermal.py

A small tool/lib to read temperatures and original photos from FLIR® thermal camera images.
Creative Commons Zero v1.0 Universal
118 stars 69 forks source link

Support for Flir Lepton #8

Open IeiuniumLux opened 4 years ago

IeiuniumLux commented 4 years ago

Can this library work with Flir Lepton 3.5?

Nervengift commented 4 years ago

Since I don't have access to one I can't say. If it does not work I could maybe have a look if you send me an example image file

williams9438 commented 2 years ago

@Nervengift could help me look at how i can make camera images from H20T from DJI (radiometric image) work with this package Example of image from H20T from DJI DJI_20211104142340_0003_T

Nervengift commented 2 years ago

From a first look with exiftool: maybe. But it will be quite a bit of work. The overall structure (embedded thermal image in exif) seems similar but at least all parameters have different names. I won't implement it but if you want to try, finding the matching names for everything we load from exif would be the first step (see the code that loads and reads the "meta" dict)

Also please don't reuse issues for different topics. (I'm not really maintaining this anymore anyway and should just wontfix them all)

williams9438 commented 2 years ago

Ok I will try or hire a person who can. Thank you for the pointers. If you are open to do it for a fee I don't mind. Thank you again I appreciate