Skip to content

Commit

Permalink
common.xml: Add ZOOM_TYPE_HORIZONTAL_FOV to CAMERA_ZOOM_TYPE enum (#1979
Browse files Browse the repository at this point in the history
)
  • Loading branch information
nexton-winjeel committed May 3, 2023
1 parent 3ee5382 commit 89676d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3753,6 +3753,9 @@
<entry value="3" name="ZOOM_TYPE_FOCAL_LENGTH">
<description>Zoom value/variable focal length in millimetres. Note that there is no message to get the valid zoom range of the camera, so this can type can only be used for cameras where the zoom range is known (implying that this cannot reliably be used in a GCS for an arbitrary camera)</description>
</entry>
<entry value="4" name="ZOOM_TYPE_HORIZONTAL_FOV">
<description>Zoom value as horizontal field of view in degrees.</description>
</entry>
</enum>
<enum name="SET_FOCUS_TYPE">
<description>Focus types for MAV_CMD_SET_CAMERA_FOCUS</description>
Expand Down

0 comments on commit 89676d1

Please sign in to comment.