Common.Message.VideoStreamStatus (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Information about the status of a video stream. It may be requested using MAV_CMD_REQUEST_MESSAGE.

Types

t()

@type t() :: %Common.Message.VideoStreamStatus{
  bitrate: XMAVLink.Types.uint32_t(),
  flags: Common.Types.video_stream_status_flags(),
  framerate: Float32,
  hfov: XMAVLink.Types.uint16_t(),
  resolution_h: XMAVLink.Types.uint16_t(),
  resolution_v: XMAVLink.Types.uint16_t(),
  rotation: XMAVLink.Types.uint16_t(),
  stream_id: XMAVLink.Types.uint8_t()
}

Information about the status of a video stream. It may be requested using MAV_CMD_REQUEST_MESSAGE.