Skip to content

Commit

Permalink
Add Canon G9 X PowerShot
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Apr 17, 2017
1 parent 982232c commit 0a26b96
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/FirmwarePlugin/FirmwarePlugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0a26b96

Please sign in to comment.