DJICameraPhotoAspectRatio
enum DJICameraPhotoAspectRatio : NSUInteger {}
Photo aspect ratio, where the first value is the width and the
second value is the height. The default value is CameraPhotoRatio4_3
.
-
The camera’s photo ratio is 4 : 3.
Declaration
Objective-C
DJICameraPhotoAspectRatio4_3 = 0
-
The camera’s photo ratio is 16 : 9.
Declaration
Objective-C
DJICameraPhotoAspectRatio16_9 = 1
-
the camera’s photo ratio is 3:2. It is only supported by Phantom 4 Pro camera.
Declaration
Objective-C
DJICameraPhotoAspectRatio3_2 = 2
-
The camera’s photo ratio is unknown.
Declaration
Objective-C
DJICameraPhotoAspectRatioUnknown = 255