class CameraHybridZoomSpec
class CameraHybridZoomSpec implements DJIValue, JNIProguardKeepTag, ByteStream
|
Package: | dji.sdk.keyvalue.value.camera |
Description:
Camera hybrid zoom configuration parameters.
Class Members:
Members
method getMaxFocalLength
Integer getMaxFocalLength()
|
Package: | dji.sdk.keyvalue.value.camera |
Description:
Parameter: Integer
To get the maximum focal length of the hybrid zoom. Unit: 0.1mm.
Return:
Integer | Return the maximum focal length of hybrid zoom. |
method getMinFocalLength
Integer getMinFocalLength()
|
Package: | dji.sdk.keyvalue.value.camera |
Description:
Parameter: Integer
To get the minimum focal length of hybrid zoom. Unit: 0.1mm.
Return:
Integer | Return the minimum focal length of hybrid zoom. |
method getFocalLengthStep
Integer getFocalLengthStep()
|
Package: | dji.sdk.keyvalue.value.camera |
Description:
Parameter: Integer
To get the set step size for hybrid zoom. Unit: 0.1mm.
Return:
Integer | Return the set step size for hybrid zoom. |