FocalLengthInfo
Focal length information supported by the camera, including camera direction and focal length type.
export class FocalLengthInfo {
cameraDirection?: number;
focalLengthType?: CameraFocalLengthType;
}
Properties
- cameraDirection
- Camera direction. See CameraDirection.
- focalLengthType
- Focal length type. See CameraFocalLengthType.