Commit 1a9e6289 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #4043 from AndKe/eosm

Survey: Added EOSM camera.
parents af8c2a88 2b89fbd7
......@@ -52,13 +52,21 @@ Rectangle {
focalLength: 5.2
}
ListElement {
text: qsTr("Canon SX260 HS PowerShot ")
text: qsTr("Canon SX260 HS PowerShot")
sensorWidth: 6.17
sensorHeight: 4.55
imageWidth: 4000
imageHeight: 3000
focalLength: 4.5
}
ListElement {
text: qsTr("Canon EOS-M 22mm")
sensorWidth: 23.5
sensorHeight: 15.6
imageWidth: 5184
imageHeight: 3456
focalLength: 14.36
}
}
function recalcFromCameraValues() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment