public static final enum

DJICameraSettingsDef.CameraOrientation

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ dji.common.camera.DJICameraSettingsDef.CameraOrientation

Class Overview

Physical orientation of the camera. Only supported by Mavic Pro

Summary

Enum Values
DJICameraSettingsDef.CameraOrientation  Landscape  By default, the camera is in landscape orientation. 
DJICameraSettingsDef.CameraOrientation  Portrait  The camera is in the portrait orientation, which is rotated 90 degrees in the clockwise direction from the default landscape orientation. 
DJICameraSettingsDef.CameraOrientation  Unknown  Unknown. 
Public Methods
static DJICameraSettingsDef.CameraOrientation valueOf(String name)
final static CameraOrientation[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DJICameraSettingsDef.CameraOrientation Landscape

By default, the camera is in landscape orientation.

public static final DJICameraSettingsDef.CameraOrientation Portrait

The camera is in the portrait orientation, which is rotated 90 degrees in the clockwise direction from the default landscape orientation.

public static final DJICameraSettingsDef.CameraOrientation Unknown

Unknown.

Public Methods

public static DJICameraSettingsDef.CameraOrientation valueOf (String name)

public static final CameraOrientation[] values ()