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

Loading…
Cancel
Save