flir_rs 0.1.1

Process images from FLIR cameras
Documentation

flir_rs

Crates.io Rust license Documentation

Library and tools to process thermal images from FLIR cameras.

Overview

This crate provides two functionalities:

  1. Compute temperature from raw sensor values and ambient parameters (typically stored as metadata in the image).

  2. Parse parameters and raw sensor values from image metadata. Supports parsing R-JPEGs with FFF encoding of Flir parameters, and parsing ExifTool generated JSON (output fromexiftool -b -j).

Please see [crate documentation][docs] for more information

Tools

The crate also provides two handy binaries:

  1. stats: Generates temperature stats for a set of images / JSONs
  2. transform: Generates temperature valued 16-bit single channel TIFF files for images, with value normalized to encode a given range of temperatures.