diff --git a/message_definitions/v1.0/common.xml b/message_definitions/v1.0/common.xml index 6a55e5c9db..1486f01cb3 100644 --- a/message_definitions/v1.0/common.xml +++ b/message_definitions/v1.0/common.xml @@ -732,6 +732,21 @@ Storage type is other, not listed type. + + Flags to indicate usage for a particular storage (see STORAGE_INFORMATION.storage_usage and MAV_CMD_SET_STORAGE_USAGE). + + Always set to 1 (indicates STORAGE_INFORMATION.storage_usage is supported). + + + Storage for saving photos. + + + Storage for saving videos. + + + Storage for saving logs. + + Enable axes that will be tuned via autotuning. Used in MAV_CMD_DO_AUTOTUNE_ENABLE. @@ -1657,6 +1672,21 @@ + + Set that a particular storage is the preferred location for saving photos, videos, and/or other media (e.g. to set that an SD card is used for storing videos). + There can only be one preferred save location for each particular media type: setting a media usage flag will clear/reset that same flag if set on any other storage. + If no flag is set the system should use its default storage. + A target system can choose to always use default storage, in which case it should ACK the command with MAV_RESULT_UNSUPPORTED. + A target system can choose to not allow a particular storage to be set as preferred storage, in which case it should ACK the command with MAV_RESULT_DENIED. + Storage ID (1 for first, 2 for second, etc.) + Usage flags + + + Set camera source. Changes the camera's active sources on cameras with multiple image sensors. + Component Id of camera to address or 1-6 for non-MAVLink cameras, 0 for all cameras. + Primary Source + Secondary Source. If non-zero the second source will be displayed as picture-in-picture. + Tagged jump target. Can be jumped to with MAV_CMD_DO_JUMP_TAG. Tag. @@ -3357,6 +3387,21 @@ Continuous auto focus. Mainly used for dynamic scenes. Abbreviated as AF-C. + + Camera sources for MAV_CMD_SET_CAMERA_SOURCE + + Default camera source. + + + RGB camera source. + + + IR camera source. + + + NDVI camera source. + + Result from PARAM_EXT_SET message (or a PARAM_SET within a transaction).