cd flir_extractor
pip install -r requirements.txt
for Ubuntu:
sudo apt install libimage-exiftool-perl
fe_toolscontains the main functions for extracting thermal data from the FLIR .seq filesdemo_fff.pyis a demo script for extracting thermal data from a .fff filedemo_seq.pyis a demo script for extracting thermal data from a .seq filedemo_gray.pyis a demo script (likedemo_seq.py) for extracting thermal data from a .seq file, but it saves the thermal data as a grayscale imageget_all_temperture.pyis a demo script for extracting all temperature values from .seq files in a folderseq_to_tiff.pyis a script for converting .seq files to .tiff imagesseq_to_jpg.pyis a script for converting .seq files to .jpg grayscale imagesbincontainsexamplesandexiftool.exefor Windows
The same for seq_to_tiff.py and seq_to_jpeg.py
- first argument: input .seq file
- second argument: minimum recording temperature (in Celsius)
- third argument: maximum recording temperature (in Celsius)
- optional argument (
--celsius): if recording was in Celsius (default is Kelvin) - optional argument (
--debug): if you want to create all directories anew each time
Examples:
seq_to_tiff.py SEQ_0936.seq 200 1000
seq_to_jpeg.py SEQ_0004.seq 0 500 --celsius