![]() |
DJI Payload SDK
1.5.3
|
Get shoot photo mode command ack data structure. More...
#include <psdk_cmdset_camera.h>
Data Fields | |
uint8_t | ackCode |
uint8_t | shootPhotoMode |
uint8_t | burstCount |
uint8_t | intervalCount |
uint16_t | intervalTime |
Get shoot photo mode command ack data structure.
uint8_t ackCode |
Specifies PSDK command ack code. This parameter can be any value of E_PsdkCmdAckCode
uint8_t shootPhotoMode |
This parameter can be any value of E_PsdkCameraShootPhotoMode.
uint8_t burstCount |
This parameter can be any value of E_PsdkCameraBurstParam.
uint8_t intervalCount |
Specifies photo count of interval photographing.
uint16_t intervalTime |
This parameter can be any value of E_PsdkCameraIntervalParam, unit: s.