DJI Payload SDK  1.5.3
Data Fields
T_PsdkCameraGetOpticalZoomSpecAck Struct Reference

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
 

Detailed Description

Get optical zoom specification command ack data structure.

Field Documentation

◆ ackCode

uint8_t ackCode

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

◆ maxFocalLength

uint16_t maxFocalLength

The maximum focal length of the lens, unit: 0.1mm.

◆ minFocalLength

uint16_t minFocalLength

The minimum focal length of the lens, unit: 0.1mm.

◆ focalLengthStep

uint16_t focalLengthStep

The minimum interval of focal length change, unit: 0.1mm.


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