ThermalCalibration

public protocol ThermalCalibration : AnyObject

Thermal camera calibration.

  • Tells if the calibration mode value has been changed and is waiting for change confirmation.

    Declaration

    Swift

    var updating: Bool { get }
  • Supported calibration modes.

    Declaration

    Swift

    var supportedModes: Set<ThermalCalibrationMode> { get }
  • Current calibration mode.

    Declaration

    Swift

    var mode: ThermalCalibrationMode { get set }
  • Triggers a calibration.

    Declaration

    Swift

    func calibrate() -> Bool

    Return Value

    true if the calibration request has been sent to the drone, false otherwise