Common.Message.CameraCaptureStatus (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Information about the status of a capture. Can be requested with a MAV_CMD_REQUEST_MESSAGE command.

Types

t()

@type t() :: %Common.Message.CameraCaptureStatus{
  available_capacity: Float32,
  image_count: XMAVLink.Types.int32_t(),
  image_interval: Float32,
  image_status: XMAVLink.Types.uint8_t(),
  recording_time_ms: XMAVLink.Types.uint32_t(),
  time_boot_ms: XMAVLink.Types.uint32_t(),
  video_status: XMAVLink.Types.uint8_t()
}

Information about the status of a capture. Can be requested with a MAV_CMD_REQUEST_MESSAGE command.