FocalLengthInfo

Focal length information supported by the camera, including the camera direction and focal length type.

struct FocalLengthInfo {
  int cameraDirection;
  CAMERA_FOCAL_LENGTH_TYPE focalLengthType;
};
Since
v4.3.1
Attention: This enumeration class applies to Android and iOS only.

Parameters

cameraDirection
The camera direction. See CAMERA_DIRECTION.
focalLengthType
The focal length type. See CAMERA_FOCAL_LENGTH_TYPE.