java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.camera.DJICameraSettingsDef.CameraPhotoBurstCount |
The amount of photos taken in one burst shot (shooting photo in burst mode).
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJICameraSettingsDef.CameraPhotoBurstCount | BurstCount_10 | The camera burst capture count is set to capture 10 at once pictures when the camera takes a photo. | |||||||||
DJICameraSettingsDef.CameraPhotoBurstCount | BurstCount_14 | The camera burst capture count is set to capture 14 at once pictures when the camera takes a photo. | |||||||||
DJICameraSettingsDef.CameraPhotoBurstCount | BurstCount_3 | The camera burst capture count is set to capture 3 at once pictures when the camera takes a photo. | |||||||||
DJICameraSettingsDef.CameraPhotoBurstCount | BurstCount_5 | The camera burst capture count is set to capture 5 at once pictures when the camera takes a photo. | |||||||||
DJICameraSettingsDef.CameraPhotoBurstCount | BurstCount_7 | The camera burst capture count is set to capture 7 at once pictures when the camera takes a photo. | |||||||||
DJICameraSettingsDef.CameraPhotoBurstCount | Continuous | The camera burst shoot count is set to capture RAW pictures continuously until `stopShootPhoto` command is sent. | |||||||||
DJICameraSettingsDef.CameraPhotoBurstCount | Unknown | The camera burst capture count value is unknown. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Compares the input integer value with the real value of an enum value.
| ||||||||||
static DJICameraSettingsDef.CameraPhotoBurstCount |
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.CameraPhotoBurstCount | valueOf(String name) | ||||||||||
final static CameraPhotoBurstCount[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The camera burst capture count is set to capture 10 at once pictures when the camera takes a photo. This value is only supported for the Phantom 4 Professional & the Inspire 2.
The camera burst capture count is set to capture 14 at once pictures when the camera takes a photo. This value is only supported for the Phantom 4 Professional & the Inspire 2.
The camera burst capture count is set to capture 3 at once pictures when the camera takes a photo.
The camera burst capture count is set to capture 5 at once pictures when the camera takes a photo.
The camera burst capture count is set to capture 7 at once pictures when the camera takes a photo. This value is only supported for the Phantom 3 Professional, Phantom 3 4K & the Inspire 1.
The camera burst shoot count is set to capture RAW pictures continuously until `stopShootPhoto` command is sent. RAW burst photos can be taken at a quicker time interval than `DJICameraShootPhotoModeInterval` due to being used in conjunction with SSD storage. It is only supported by Inspire 2 when the photo shoot mode is RAW burst and SSD storage is used.
The camera burst capture count value 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.