Skip to content

Python wrappers to read seq files from flir thermal cameras. These functions require FLIR sciene file SDK.

Notifications You must be signed in to change notification settings

hkucukdereli/flir-thermal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flir-thermal

Python wrappers to read seq files from flir thermal cameras. These functions require FLIR Science File SDK to be installed including their python module.

Quick Start

  1. 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
  2. Locate your SDK installation folder and enter the folder containing the python package.
cd ~/FLIR Systems/sdks/file/python
  1. Install the python module.
pip install setup.py
  1. Clone this repo.
git clone https://github.com/hkucukdereli/flir-thermal.git
cd ~/flir-thermal
  1. Install as an editable package to allow changes in the future.
pip install -e .
  1. Look under ./scripts for an example.

About

Python wrappers to read seq files from flir thermal cameras. These functions require FLIR sciene file SDK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published