![]() |
DJI Payload SDK
1.5.3
|
Get focus zone command ack data structure. More...
#include <psdk_cmdset_camera.h>
Data Fields | |
uint8_t | ackCode |
psdk_f32_t | focusX |
psdk_f32_t | focusY |
Get focus zone command ack data structure.
uint8_t ackCode |
Specifies PSDK command ack code. This parameter can be any value of E_PsdkCmdAckCode
psdk_f32_t focusX |
Specifies horizontal zone coordinate. This parameter is between 0 and 1.
psdk_f32_t focusY |
Specifies vertical zone coordinate. This parameter is between 0 and 1.