Browse Source

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.
QGC4.4
Andre Kjellstrup 9 years ago
parent
commit
a287843108
  1. 2
      src/MissionEditor/SurveyItemEditor.qml

2
src/MissionEditor/SurveyItemEditor.qml

@ -65,7 +65,7 @@ Rectangle { @@ -65,7 +65,7 @@ Rectangle {
sensorHeight: 15.6
imageWidth: 5184
imageHeight: 3456
focalLength: 14.36
focalLength: 22
}
}

Loading…
Cancel
Save