From 921aa9fb70547ec197b65435bf7aa3b22342578f Mon Sep 17 00:00:00 2001 From: Andre Kjellstrup Date: Sat, 24 Sep 2016 01:14:19 +0200 Subject: [PATCH] Survey: EOS-M sensor size corrected it's not a typical APS-C sensor, proper size gives more accurate calculations. --- src/MissionEditor/SurveyItemEditor.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MissionEditor/SurveyItemEditor.qml b/src/MissionEditor/SurveyItemEditor.qml index 3e8455ecd..b56393bff 100644 --- a/src/MissionEditor/SurveyItemEditor.qml +++ b/src/MissionEditor/SurveyItemEditor.qml @@ -61,8 +61,8 @@ Rectangle { } ListElement { text: qsTr("Canon EOS-M 22mm") - sensorWidth: 23.5 - sensorHeight: 15.6 + sensorWidth: 22.3 + sensorHeight: 14.9 imageWidth: 5184 imageHeight: 3456 focalLength: 22 -- 2.22.0