Browse Source

Survey: EOS-M sensor size corrected

it's not a typical APS-C sensor, proper size gives more accurate
calculations.
QGC4.4
Andre Kjellstrup 9 years ago
parent
commit
921aa9fb70
  1. 4
      src/MissionEditor/SurveyItemEditor.qml

4
src/MissionEditor/SurveyItemEditor.qml

@ -61,8 +61,8 @@ Rectangle {
} }
ListElement { ListElement {
text: qsTr("Canon EOS-M 22mm") text: qsTr("Canon EOS-M 22mm")
sensorWidth: 23.5 sensorWidth: 22.3
sensorHeight: 15.6 sensorHeight: 14.9
imageWidth: 5184 imageWidth: 5184
imageHeight: 3456 imageHeight: 3456
focalLength: 22 focalLength: 22

Loading…
Cancel
Save