Python wrappers to read seq files from flir thermal cameras. These functions require FLIR Science File SDK to be installed including their python module.
- Download and install FLIR Science File SDK from https://www.flir.com/products/flir-science-file-sdk/?vertical=rd%20science&segment=solutions. Useful instructions: https://flir.custhelp.com/app/answers/detail/a_id/3504/~/getting-started-with-flir-science-file-sdk-for-python
- Locate your SDK installation folder and enter the folder containing the python package.
cd ~/FLIR Systems/sdks/file/python
- Install the python module.
pip install setup.py
- Clone this repo.
git clone https://github.com/hkucukdereli/flir-thermal.git
cd ~/flir-thermal
- Install as an editable package to allow changes in the future.
pip install -e .
- Look under
./scripts
for an example.