DJIVisionSensorPosition
enum DJIVisionSensorPosition : NSUInteger {}
Position of the sensor on the aircraft.
-
The sensor is on the front or nose of the aircraft.
Declaration
Objective-C
DJIVisionSensorPositionNose -
The sensor is on the back or tail of the aircraft.
Declaration
Objective-C
DJIVisionSensorPositionTail -
The sensor is on the right or starboard side of the aircraft.
Declaration
Objective-C
DJIVisionSensorPositionRight -
The sensor is on the left or port side of the aircraft.
Declaration
Objective-C
DJIVisionSensorPositionLeft
View on GitHub
DJIVisionSensorPosition Enum Reference