![]() |
DJI Payload SDK
1.5.3
|
Get shoot photo state command ack data structure. More...
#include <psdk_cmdset_camera.h>
Data Fields | |
uint8_t | ackCode |
uint8_t | isShootingSinglePhoto: 1 |
uint8_t | isShootingIntervalPhoto: 1 |
uint8_t | isShootingBurstPhoto: 1 |
uint8_t | isStoringPhoto: 1 |
uint8_t | reserved: 4 |
uint16_t | intervalPhotoCountdown |
Get shoot photo state command ack data structure.
uint8_t ackCode |
Specifies PSDK command ack code. This parameter can be any value of E_PsdkCmdAckCode
uint8_t isShootingSinglePhoto |
This parameter is boolean type.
uint8_t isShootingIntervalPhoto |
This parameter is boolean type.
uint8_t isShootingBurstPhoto |
This parameter is boolean type.
uint8_t isStoringPhoto |
This parameter is boolean type.
uint8_t reserved |
Reserved.
uint16_t intervalPhotoCountdown |
Specifies countdown of interval photography, unit: s.