Commit 83b22d62 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5003 from HorusAeronaves/G9X

Add Canon G9 X PowerShot
parents 83a63f85 0a26b964
......@@ -383,6 +383,17 @@ const QVariantList& FirmwarePlugin::cameraList(const Vehicle* vehicle)
this);
_cameraList.append(QVariant::fromValue(metaData));
metaData = new CameraMetaData(tr("Canon G9 X PowerShot"),
13.2,
8.8,
5488,
3680,
10.2,
true,
false,
this);
_cameraList.append(QVariant::fromValue(metaData));
metaData = new CameraMetaData(tr("Canon SX260 HS PowerShot"),
6.17,
4.55,
......
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