Browse Source

Merge pull request #4072 from AndKe/eosm-fix

Survey: Corrected EOS-M focal length
QGC4.4
Don Gagne 9 years ago committed by GitHub
parent
commit
586bf6eaf5
  1. 6
      src/MissionEditor/SurveyItemEditor.qml

6
src/MissionEditor/SurveyItemEditor.qml

@ -61,11 +61,11 @@ 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: 14.36 focalLength: 22
} }
} }

Loading…
Cancel
Save