From 4e2ad7b457fb5e9c2a7a9d69ac6f7f34e60c6689 Mon Sep 17 00:00:00 2001 From: s-du <53427781+s-du@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:04:34 +0100 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87bdbea..d4cbcc0 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,13 @@ The app offers the following key features: - ...

- Thermogram + Thermogram Edge overlay

- Thermogram + Thermogram 3D visualization

@@ -84,7 +84,20 @@ pip install -r requirements.txt python main.py ``` ## Usage -(Coming soon) + +### Open image folder +Choose a folder with DJI images. PLEASE USE THE SAME FILE ORGANIZATION AS THE ONE GENERATED BY DJI. In other words, import a folder as it is generated on the SD card. +Then the software will load images (this can take some time for large image sets, as many processing operations are undergone during import). + + +### Process individual images +Once loaded, individual images can be processed. Two tabs are grouped with temperature and palette control. Edge processing can be added by ticking the corresponding checkbox. + +### Navigate through images +Two arrows on the top of the GUI allow to navigate through the image set. If you want to keep settings when doing so, please check the corresponding options. + +### Batch export function +The 'Batch export' action is particularly handy to export the entire photoset with the current settings. ## Coming next We plan to implement the following functionalities: