Commit 044e3f72 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5366 from AndKe/RX100

Camera: Added Sony RX100
parents c2a4428f c6f54b28
......@@ -410,6 +410,17 @@ const QVariantList& FirmwarePlugin::cameraList(const Vehicle* vehicle)
false,
this);
_cameraList.append(QVariant::fromValue(metaData));
metaData = new CameraMetaData(tr("Sony RX100 II 28mm"),
13.2,
8.8,
5472,
3648,
10.4,
true,
false,
this);
_cameraList.append(QVariant::fromValue(metaData));
}
return _cameraList;
......
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