From a287843108113ae950b48999fdbbe5cb3f8a6fde Mon Sep 17 00:00:00 2001 From: Andre Kjellstrup Date: Fri, 23 Sep 2016 12:28:49 +0200 Subject: [PATCH] Survey: Corrected EOS-M focal length The 22mm as stated on the lens is actual, not 35mm equvalent as on smaller cameras. - So it was wrong to reverse calculate for crop factor. --- src/MissionEditor/SurveyItemEditor.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MissionEditor/SurveyItemEditor.qml b/src/MissionEditor/SurveyItemEditor.qml index 327344226..3e8455ecd 100644 --- a/src/MissionEditor/SurveyItemEditor.qml +++ b/src/MissionEditor/SurveyItemEditor.qml @@ -65,7 +65,7 @@ Rectangle { sensorHeight: 15.6 imageWidth: 5184 imageHeight: 3456 - focalLength: 14.36 + focalLength: 22 } } -- 2.22.0