pub type CameraMode = CameraMode;Expand description
Originally defined in common::enums::camera_mode
Aliased Type§
#[repr(u8)]pub enum CameraMode {
Image = 0,
Video = 1,
ImageSurvey = 2,
}Variants§
Image = 0
MAVLink enum entry CAMERA_MODE_IMAGE.
Camera is in image/photo capture mode.
Video = 1
MAVLink enum entry CAMERA_MODE_VIDEO.
Camera is in video capture mode.
ImageSurvey = 2
MAVLink enum entry CAMERA_MODE_IMAGE_SURVEY.
Camera is in image survey capture mode. It allows for camera controller to do specific settings for surveys.