| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.camera.DJICameraSettingsDef.CameraOrientation | |
Physical orientation of the camera. Only supported by Mavic Pro
| 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
 | |||||||||||
By default, the camera is in landscape orientation.
The camera is in the portrait orientation, which is rotated 90 degrees in the clockwise direction from the default landscape orientation.