Skip to content

Convert DJI thermal images (RJPEG) into temperature TIFFs for use with WebODM. 🌡

License

Notifications You must be signed in to change notification settings

uav4geo/Thermal-Tools

Repository files navigation

Thermal Tools

A tool to convert DJI thermal images to plain 32bit float TIFFs for use with WebODM.

Thermal Tool

Usage

Windows

Linux

Afterwards:

  • Select a folder with thermal images captured with a DJI drone
  • Optionally set environment parameters
  • Press "Process"

⚠️ When processing the resulting images with WebODM, make sure you don't select the radiometric-calibration option. The images processed with this software are already calibrated.

Supported Drones

  • Zenmuse H20N
  • Zenmuse H20 Series
  • Matrice 30 Series
  • Zenmuse XT S
  • Zenmuse H30 Series
  • Mavic 2 Enterprise Advanced
  • DJI Mavic 3 Enterprise

Supported Platforms

  • Windows
  • Linux

Unfortunately DJI does not provide binaries for macOS, so this application cannot work on macOS.

Build

You'll need to install https://docs.flutter.dev/get-started/install, then:

flutter build windows

Or

flutter build linux

Development

Install FVM and run:

fvm flutter pub get

You can run the application in development mode by running:

fvm flutter run

Contributions

We welcome contributions! Feel free to open pull requests.

Licenses