DJICompassCalibrationStatus
enum DJICompassCalibrationStatus : NSUInteger {}
Compass Calibration Status.
-
Compass not in calibration.
Declaration
Objective-C
DJICompassCalibrationStatusNone
-
Compass horizontal calibration. The user should hold the aircraft horizontally and rotate it 360 degrees.
Declaration
Objective-C
DJICompassCalibrationStatusHorizontal
-
Compass vertical calibration. The user should hold the aircraft vertically, with the nose pointed towards the ground, and rotate the aircraft 360 degrees.
Declaration
Objective-C
DJICompassCalibrationStatusVertical
-
Compass calibration succeeded.
Declaration
Objective-C
DJICompassCalibrationStatusSucceeded
-
Compass calibration failed. Make sure there are no magnets or metal objects near the compass and retry.
Declaration
Objective-C
DJICompassCalibrationStatusFailed
-
Compass calibration status unknown.
Declaration
Objective-C
DJICompassCalibrationStatusUnknown