From 76898a0252d3632612372ca5e0d03a40ea64e7fc Mon Sep 17 00:00:00 2001 From: Stephen Mather <1174901+smathermather@users.noreply.github.com> Date: Sat, 28 Sep 2019 06:20:43 -0400 Subject: [PATCH] Add camera lens argument --- source/arguments.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/arguments.rst b/source/arguments.rst index bf0bceb15..1d910d20f 100644 --- a/source/arguments.rst +++ b/source/arguments.rst @@ -50,6 +50,12 @@ Arguments:: --use-fixed-camera-params Turn off camera parameter optimization during bundler Off by default unless --camera parameter used + --camera-lens + Can be one of auto | perspective | brown | fisheye | spherical + 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 --max-concurrency The maximum number of processes to use in various processes. Peak memory requirement is ~1GB per thread @@ -280,4 +286,4 @@ Arguments:: Default: all -`Help edit these docs! `_ \ No newline at end of file +`Help edit these docs! `_