java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.camera.DJICameraSettingsDef.CameraVideoResolution |
Camera video resolution values. The resolutions available for a product can be found from supportedCameraVideoResolutionAndFrameRateRange.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJICameraSettingsDef.CameraVideoResolution | MaxResolution | The max resolution that current sensor can set. | |||||||||
DJICameraSettingsDef.CameraVideoResolution | NoSSDVideo | SSD video is not currently enabled. | |||||||||
DJICameraSettingsDef.CameraVideoResolution | Resolution_1280x720 | The camera's video resolution is 1280x720. | |||||||||
DJICameraSettingsDef.CameraVideoResolution | Resolution_1920x1080 | The camera's video resolution is 1920x1080. | |||||||||
DJICameraSettingsDef.CameraVideoResolution | Resolution_2704X1520 | The camera's video resolution is 2704x1520. | |||||||||
DJICameraSettingsDef.CameraVideoResolution | Resolution_2720x1530 | The camera's video resolution is 2720x1530. | |||||||||
DJICameraSettingsDef.CameraVideoResolution | Resolution_3840x1572 | The camera's video resolution is 3840x1572. | |||||||||
DJICameraSettingsDef.CameraVideoResolution | Resolution_3840x2160 | The camera's video resolution is 3840x2160. | |||||||||
DJICameraSettingsDef.CameraVideoResolution | Resolution_4096x2160 | The camera's video resolution is 4096x2160. | |||||||||
DJICameraSettingsDef.CameraVideoResolution | Resolution_4608x2160 | The camera's video resolution is 4608x2160. | |||||||||
DJICameraSettingsDef.CameraVideoResolution | Resolution_4608x2592 | The camera's video resolution is 4608x2592. | |||||||||
DJICameraSettingsDef.CameraVideoResolution | Resolution_5280x2160 | The camera's video resolution is 5280x2160. | |||||||||
DJICameraSettingsDef.CameraVideoResolution | Unknown | The camera's video resolution is unknown. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Compares the input integer value with the real value of an enum value.
| ||||||||||
static DJICameraSettingsDef.CameraVideoResolution |
find(int value)
Returns the enum constant of this type with the input integer value.
| ||||||||||
int |
value()
Returns the real value of an enum value.
| ||||||||||
static DJICameraSettingsDef.CameraVideoResolution | valueOf(String name) | ||||||||||
final static CameraVideoResolution[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The max resolution that current sensor can set.
SSD video is not currently enabled. This is because the selected resolution is not the same as available resolutions determined by analog video standard, SD video frame rate, and the SSD video license being used. This value can also be used in `setSSDVideoResolution` to disable SSD video recording.
The camera's video resolution is 1280x720.
The camera's video resolution is 1920x1080.
The camera's video resolution is 2704x1520.
The camera's video resolution is 2720x1530.
The camera's video resolution is 3840x1572.
The camera's video resolution is 3840x2160.
The camera's video resolution is 4096x2160.
The camera's video resolution is 4608x2160.
The camera's video resolution is 4608x2592.
The camera's video resolution is 5280x2160.
The camera's video resolution is unknown.
Compares the input integer value with the real value of an enum value.
b | The input integer value. |
---|
Returns the enum constant of this type with the input integer value.
value | The input integer value |
---|
Returns the real value of an enum value.