![]() |
DJI Payload SDK
1.5.3
|
Get camera function support state command ack data structure. More...
#include <psdk_cmdset_camera.h>
Data Fields | |
uint8_t | ackCode |
uint8_t | isCameraCmdSetSupport: 1 |
uint8_t | isDigitalZoomSupported: 1 |
uint8_t | isOpticalZoomSupported: 1 |
uint8_t | isAdjustableFocalPointSupported: 1 |
uint8_t | isExposureMeteringSupported: 1 |
uint8_t | reserved: 3 |
Get camera function support state command ack data structure.
uint8_t ackCode |
Specifies PSDK command ack code. This parameter can be any value of E_PsdkCmdAckCode
uint8_t isCameraCmdSetSupport |
Specifies if camera commands is supported.
uint8_t isDigitalZoomSupported |
Specifies if digital zoom is supported.
uint8_t isOpticalZoomSupported |
Specifies if optical zoom is supported.
uint8_t isAdjustableFocalPointSupported |
Specifies if camera focal is adjustable.
uint8_t isExposureMeteringSupported |
Specifies if exposure metering is supported.