Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 877 Bytes

File metadata and controls

31 lines (21 loc) · 877 Bytes

FLIR Image Processor

.NET C# Library that can be used to process FLIR Radiometric JPEG (R-JPEG) files to extract raw data from the image, including RAW values and temperatures readings per pixel. Results are returned in a JSON formatted file.

Supported Data Elements

  • Camera Information
  • Compass Information
  • GPS Information
  • Thermal Parameters
  • Thermal Data
    • RAW Value
    • Temperature Values (supports Celsius, Fahrenheit, and Kelvin)

Prerequisites

The src/lib folder contains an updated version of the FLIR Atlas SDK. If you want to upgrade to a newer SDK, you can find the SDK and instructions here:
http://flir.custhelp.com/app/answers/detail/a_id/1275/kw/atlas%20download/

Feature Requests

This project is a work in process. If you run into any issues, please let me know. Pull requests encouraged!