DJI Payload SDK  1.5.3
Data Fields
T_PsdkCameraGetFocusZoneAck Struct Reference

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
 

Detailed Description

Get focus zone command ack data structure.

Field Documentation

◆ ackCode

uint8_t ackCode

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

◆ focusX

psdk_f32_t focusX

Specifies horizontal zone coordinate. This parameter is between 0 and 1.

◆ focusY

psdk_f32_t focusY

Specifies vertical zone coordinate. This parameter is between 0 and 1.


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