A tool to convert DJI thermal images to plain 32bit float TIFFs for use with WebODM.
- Download and install https://github.com/uav4geo/Thermal-Tools/releases/download/v1.1.0/Thermal_Tools_Setup.exe
- Download https://github.com/uav4geo/Thermal-Tools/releases/download/v1.1.0/Thermal_Tools.AppImage
- Run:
chmod +x ./Thermal_Tools.AppImage && ./Thermal_Tools.AppImage
Afterwards:
- Select a folder with thermal images captured with a DJI drone
- Optionally set environment parameters
- Press "Process"
- Zenmuse H20N
- Zenmuse H20 Series
- Matrice 30 Series
- Zenmuse XT S
- Zenmuse H30 Series
- Mavic 2 Enterprise Advanced
- DJI Mavic 3 Enterprise
- Windows
- Linux
Unfortunately DJI does not provide binaries for macOS, so this application cannot work on macOS.
You'll need to install https://docs.flutter.dev/get-started/install, then:
flutter build windows
Or
flutter build linux
Install FVM and run:
fvm flutter pub get
You can run the application in development mode by running:
fvm flutter run
We welcome contributions! Feel free to open pull requests.
- This code, not including the DJI Thermal SDK and Exiftool is licensed under the AGPLv3
- The DJI Thermal SDK binaries are proprietary. See https://www.dji.com/downloads/softwares/dji-thermal-sdk for licensing details.
- ExifTool is licensed under the GPLv3