![]() |
DJI Payload SDK
1.5.3
|
Get optical zoom specification command ack data structure. More...
#include <psdk_cmdset_camera.h>
Data Fields | |
uint8_t | ackCode |
uint16_t | maxFocalLength |
uint16_t | minFocalLength |
uint16_t | focalLengthStep |
Get optical zoom specification command ack data structure.
uint8_t ackCode |
Specifies PSDK command ack code. This parameter can be any value of E_PsdkCmdAckCode
uint16_t maxFocalLength |
The maximum focal length of the lens, unit: 0.1mm.
uint16_t minFocalLength |
The minimum focal length of the lens, unit: 0.1mm.
uint16_t focalLengthStep |
The minimum interval of focal length change, unit: 0.1mm.