From 47708c69df1e1b2713563f367b4086b5181adf59 Mon Sep 17 00:00:00 2001 From: Saijin Naib Date: Sun, 16 Jan 2022 14:11:21 -0500 Subject: [PATCH] ODM 2.7.1 Update Updated for latest ODM 2.7.1 changes, add comment to extract_strings.py to help point users to the proper config.py location/syntax --- scripts/extract_odm_strings.py | 1 + source/arguments.rst | 2 +- source/arguments/camera-lens.rst | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/extract_odm_strings.py b/scripts/extract_odm_strings.py index 27ba384de..22855ccd8 100644 --- a/scripts/extract_odm_strings.py +++ b/scripts/extract_odm_strings.py @@ -6,6 +6,7 @@ from pathlib import Path from string import Template parser = argparse.ArgumentParser(description='Extract ODM strings.') +# https://raw.githubusercontent.com/OpenDroneMap/ODM/master/opendm/config.py parser.add_argument('input', type=str, help='URL to ODM\'s config.py') args = parser.parse_args() diff --git a/source/arguments.rst b/source/arguments.rst index 7130f6f78..22b653a6f 100644 --- a/source/arguments.rst +++ b/source/arguments.rst @@ -17,7 +17,7 @@ Options and Flags :ref:`build-overviews` Build orthophoto overviews for faster display in programs such as QGIS. Default: ``False`` -:ref:`camera-lens` auto | perspective | brown | fisheye | spherical +:ref:`camera-lens` auto | perspective | brown | fisheye | spherical | equirectangular | dual Set a camera projection type. Manually setting a value can help improve geometric undistortion. By default the application tries to determine a lens type from the images metadata. . Default: ``auto`` :ref:`cameras` diff --git a/source/arguments/camera-lens.rst b/source/arguments/camera-lens.rst index c4e434dce..e44a10e81 100644 --- a/source/arguments/camera-lens.rst +++ b/source/arguments/camera-lens.rst @@ -8,7 +8,7 @@ camera-lens ``````````` -**Options:** *auto | perspective | brown | fisheye | spherical* +**Options:** *auto | perspective | brown | fisheye | spherical | equirectangular | dual* Set a camera projection type. Manually setting a value can help improve geometric undistortion. By default the application tries to determine a lens type from the images metadata. . Default: ``auto``