mavlink v0.7.0 APM.Message.CameraSettings View Source

Link to this section Summary

Types

t()

Settings of a camera, can be requested using MAV_CMD_REQUEST_CAMERA_SETTINGS.

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.CameraSettings{
  focuslevel: Float32,
  mode_id: APM.Types.camera_mode(),
  time_boot_ms: MAVLink.Types.uint32_t(),
  zoomlevel: Float32
}

Settings of a camera, can be requested using MAV_CMD_REQUEST_CAMERA_SETTINGS.