GSThermalCalibration

@objc
public protocol GSThermalCalibration

Thermal camera calibration.

Note

This protocol is for Objective-C compatibility only.
  • Tells if the calibration mode value has been changed and is waiting for change confirmation.

    Declaration

    Swift

    var updating: Bool { get }
  • Current calibration mode.

    Declaration

    Swift

    var mode: ThermalCalibrationMode { get set }
  • Checks if a mode is supported.

    Declaration

    Swift

    func isModeSupported(_ mode: ThermalCalibrationMode) -> Bool

    Parameters

    mode

    mode to check

    Return Value

    true if the mode is supported

  • Triggers a calibration.

    Declaration

    Swift

    func calibrate() -> Bool

    Return Value

    true if the calibration request has been sent to the drone