StereoVisionSensor

public protocol StereoVisionSensor : Peripheral

Stereo Vision Sensor peripheral interface for drones.

This peripheral can be retrieved by:

device.getPeripheral(Peripherals.stereoVisionSensor)
  • true if the device is calibrated, false otherwise.

    Declaration

    Swift

    var isCalibrated: Bool { get }