class PhotoIntervalShootSettings
class PhotoIntervalShootSettings implements DJIValue, JNIProguardKeepTag, ByteStream
|
| Package: | dji.sdk.keyvalue.value.camera |
Description:
Setting of interval shooting parameter.
Class Members:
Members
method getCount
| Package: | dji.sdk.keyvalue.value.camera |
Description:
To get photo number of interval shooting.
Return:
| Integer | Return photo number of interval shooting. |
method setCount
void setCount(Integer count)
|
| Package: | dji.sdk.keyvalue.value.camera |
Description:
To set the photo number of interval shooting.
| Integer count | Photo number of interval shooting that needs to be set. |
method getInterval
| Package: | dji.sdk.keyvalue.value.camera |
Description:
To get the time of interval shopoting.
Return:
| Double | Return the time of interval shopoting. |
method setInterval
void setInterval(Double interval)
|
| Package: | dji.sdk.keyvalue.value.camera |
Description:
To set the time of interval shopoting.
| Double interval | The time of interval shopoting that needs to be set. |