Common.Message.CameraSettings (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

Settings of a camera. Can be requested with a MAV_CMD_REQUEST_MESSAGE command.

Types

t()

@type t() :: %Common.Message.CameraSettings{
  focuslevel: Float32,
  mode_id: Common.Types.camera_mode(),
  time_boot_ms: XMAVLink.Types.uint32_t(),
  zoomlevel: Float32
}

Settings of a camera. Can be requested with a MAV_CMD_REQUEST_MESSAGE command.