DJICameraOrientation
enum DJICameraOrientation : NSUInteger {}
Physical orientation of the camera.
Only supported by Mavic Pro
-
By default, the camera is in landscape orientation.
Declaration
Objective-C
DJICameraOrientationLandscape -
The camera is in the portrait orientation, which is rotated 90 degrees in the clockwise direction from the default landscape orientation.
Declaration
Objective-C
DJICameraOrientationPortrait -
Unknown.
Declaration
Objective-C
DJICameraOrientationUnknown = 255
View on GitHub
DJICameraOrientation Enum Reference