DJI Payload SDK  1.5.3
Data Fields
T_PsdkCameraGetShootPhotoStateAck Struct Reference

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
 

Detailed Description

Get shoot photo state command ack data structure.

Field Documentation

◆ ackCode

uint8_t ackCode

Specifies PSDK command ack code. This parameter can be any value of E_PsdkCmdAckCode

◆ isShootingSinglePhoto

uint8_t isShootingSinglePhoto

This parameter is boolean type.

◆ isShootingIntervalPhoto

uint8_t isShootingIntervalPhoto

This parameter is boolean type.

◆ isShootingBurstPhoto

uint8_t isShootingBurstPhoto

This parameter is boolean type.

◆ isStoringPhoto

uint8_t isStoringPhoto

This parameter is boolean type.

◆ reserved

uint8_t reserved

Reserved.

◆ intervalPhotoCountdown

uint16_t intervalPhotoCountdown

Specifies countdown of interval photography, unit: s.


The documentation for this struct was generated from the following file: