![]() |
DJI Payload SDK
1.5.3
|
Get focus assistant setting command ack data structure. More...
#include <psdk_cmdset_camera.h>
Data Fields | |
uint8_t | ackCode |
uint8_t | isEnabledAF:1 |
uint8_t | isEnabledMF:1 |
uint8_t | reserved:6 |
Get focus assistant setting command ack data structure.
uint8_t ackCode |
Specifies PSDK command ack code. This parameter can be any value of E_PsdkCmdAckCode
uint8_t isEnabledAF |
Specifies if the lens focus assistant is enabled for auto Focusing. This parameter is boolean type.
uint8_t isEnabledMF |
Specifies if the lens focus assistant is enabled for Manual Focusing. This parameter is boolean type.