mavlink v0.7.0 APM.Message.CameraCaptureStatus View Source

Link to this section Summary

Types

t()

Information about the status of a capture.

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.CameraCaptureStatus{
  available_capacity: Float32,
  image_interval: Float32,
  image_status: MAVLink.Types.uint8_t(),
  recording_time_ms: MAVLink.Types.uint32_t(),
  time_boot_ms: MAVLink.Types.uint32_t(),
  video_status: MAVLink.Types.uint8_t()
}

Information about the status of a capture.