FrontStereoGimbal

interface FrontStereoGimbal : Gimbal, Peripheral

FrontStereoGimbal peripheral interface for drones.

The FrontStereoGimbal is automatically controlled by the drone itself, and as such its orientation cannot be controlled manually.

This peripheral can be obtained from a drone using:

drone.getPeripheral(FrontStereoGimbal.class)

See also

com.parrot.drone.groundsdk.device.Drone

Functions

Link copied to clipboard
abstract fun cancelCalibration()
Cancels the current calibration process.
Link copied to clipboard
abstract fun currentErrors(): EnumSet<Gimbal.Error>
Reports any error that the gimbal is currently undergoing.
Link copied to clipboard
abstract fun getCalibrationProcessState(): Gimbal.CalibrationProcessState
Gets calibration process state.
Link copied to clipboard
abstract fun isCalibrated(): Boolean
Tells whether the gimbal is calibrated.
Link copied to clipboard
abstract fun startCalibration()
Starts calibration process.