|
|
|
@ -492,6 +492,18 @@ const QVariantList& FirmwarePlugin::cameraList(const Vehicle* vehicle)
@@ -492,6 +492,18 @@ const QVariantList& FirmwarePlugin::cameraList(const Vehicle* vehicle)
|
|
|
|
|
0.8, // minTriggerInterval
|
|
|
|
|
this); |
|
|
|
|
_cameraList.append(QVariant::fromValue(metaData)); |
|
|
|
|
|
|
|
|
|
metaData = new CameraMetaData(tr("GoPro Hero 4"), |
|
|
|
|
6.17, // sensorWidth
|
|
|
|
|
4.55, // sendsorHeight
|
|
|
|
|
4000, // imageWidth
|
|
|
|
|
3000, // imageHeight
|
|
|
|
|
2.98, // focalLength
|
|
|
|
|
true, // landscape
|
|
|
|
|
false, // fixedOrientation
|
|
|
|
|
0, // minTriggerInterval
|
|
|
|
|
this); |
|
|
|
|
_cameraList.append(QVariant::fromValue(metaData)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
return _cameraList; |
|
|
|
|