mirror of
https://github.com/mavlink/mavlink.git
synced 2026-06-19 07:35:34 +00:00
common.xml: Add ZOOM_TYPE_HORIZONTAL_FOV to CAMERA_ZOOM_TYPE enum (#1979)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user