Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
62bbd9c8
Commit
62bbd9c8
authored
Jun 05, 2017
by
Don Gagne
Browse files
Remove Typhoon Camera
parent
fb5e524c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FirmwarePlugin/FirmwarePlugin.cc
View file @
62bbd9c8
...
...
@@ -350,17 +350,6 @@ const QVariantList& FirmwarePlugin::cameraList(const Vehicle* vehicle)
if
(
_cameraList
.
size
()
==
0
)
{
CameraMetaData
*
metaData
;
metaData
=
new
CameraMetaData
(
tr
(
"Typhoon H CGO3+"
),
// Camera name
6.264
,
// sensorWidth
4.698
,
// sensorHeight
4000
,
// imageWidth
3000
,
// imageHeight
14
,
// focalLength
true
,
// landscape orientation
true
,
// camera orientation is fixed
this
);
// parent
_cameraList
.
append
(
QVariant
::
fromValue
(
metaData
));
metaData
=
new
CameraMetaData
(
tr
(
"Sony ILCE-QX1"
),
//http://www.sony.co.uk/electronics/interchangeable-lens-cameras/ilce-qx1-body-kit/specifications
23.2
,
//http://www.sony.com/electronics/camera-lenses/sel16f28/specifications
15.4
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment