diff --git a/source/index.rst b/source/index.rst index c9bfc43ca..c2157c5f1 100644 --- a/source/index.rst +++ b/source/index.rst @@ -60,6 +60,7 @@ The documentation is available in several languages. Some translations are incom resources flying multispectral + thermal requesting-features contributing faq diff --git a/source/thermal.rst b/source/thermal.rst new file mode 100644 index 000000000..be6c96329 --- /dev/null +++ b/source/thermal.rst @@ -0,0 +1,23 @@ +Thermal Support +=============== + +ODM has support for radiometric calibration of thermal data, which is able to generate temperature orthophotos from long-wave infrared (LWIR) cameras. LWIR images can be processed alone or as part of a multispectral dataset. + +Hardware +-------- + +While we aim to support as many cameras as possible, thermal support has been developed using the following cameras, so they will work better: + + * `MicaSense Altum `_ + * `DJI Zenmuse XT `_ + * `DJI Zenmuse H20 Series `_ + +Other cameras might also work. You can help us expand this list by `sharing datasets `_ captured with other cameras. + +Usage +----- + +Process the images using the `--radiometric-calibration camera` parameter to enable radiometric calibration. + + +`Learn to edit `_ and help improve `this page `_!