Skip to content

Commit

Permalink
add Sentera 65R camera model
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Skelton authored and Davidsastresas committed Jul 19, 2023
1 parent 6ab6ef1 commit 4fe11c2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/FirmwarePlugin/FirmwarePlugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,22 @@ const QVariantList& FirmwarePlugin::cameraList(const Vehicle*)
this); // parent
_cameraList.append(QVariant::fromValue(metaData));

metaData = new CameraMetaData(
"Sentera 65R Sensor",
tr("Sentera"),
tr("65R Sensor"),
29.9, // sensorWidth
22.4, // sendsorHeight
9344, // imageWidth
7000, // imageHeight
27.4, // focalLength
true, // landscape
false, // fixedOrientation
0.3, // minTriggerInterval
tr(""), // SHOULD BE BLANK FOR NEWLY ADDED CAMERAS. Deprecated translation from older builds.
this); // parent
_cameraList.append(QVariant::fromValue(metaData));

metaData = new CameraMetaData(
//-- http://www.sony.co.uk/electronics/interchangeable-lens-cameras/ilce-6000-body-kit#product_details_default
// Sony a6000 Sony 16mm f/2.8"
Expand Down

0 comments on commit 4fe11c2

Please sign in to comment.