Skip to content

Commit

Permalink
camera: updated e90 camera_definition
Browse files Browse the repository at this point in the history
This updates from version 18 to version 20 as contained in
E90 v1.0.56.
  • Loading branch information
julianoes authored and JonasVautherin committed Feb 14, 2019
1 parent 42130ed commit 3ca0ec9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion plugins/camera/camera_definition_files/e90.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<mavlinkcamera>
<definition version="18">
<definition version="20">
<model>E90</model>
<vendor>Yuneec</vendor>
</definition>
Expand Down Expand Up @@ -949,6 +949,13 @@
<parameter name="CAM_ZOOM" type="uint32" control="0">
<description>Camera Zoom</description>
</parameter>
<parameter name="CAM_FILENUMOPT" type="uint8" default="0">
<description>File Numbering Option</description>
<options>
<option name="Auto Reset" value="0" />
<option name="Sequential" value="1" />
</options>
</parameter>
</parameters>
<localization>
<!-- If no appropriate locale is found, the original (above) will be used -->
Expand Down

0 comments on commit 3ca0ec9

Please sign in to comment.