FocalLengthInfo

Represents focal length information supported by the camera.

struct FocalLengthInfo {
  int cameraDirection;
  CAMERA_FOCAL_LENGTH_TYPE focalLengthType;
};
Note: This struct is only applicable to Android and iOS platforms.

Properties

cameraDirection
Camera direction. See CAMERA_DIRECTION.
focalLengthType
Focal length type. See CAMERA_FOCAL_LENGTH_TYPE.