FocalLengthInfo
摄像头支持的焦距信息,包含摄像头的方向以及焦距类型。
TypeScript
export class FocalLengthInfo {
cameraDirection?: number;
focalLengthType?: CameraFocalLengthType;
}
cameraDirection
摄像头方向。详见 CameraDirection。
focalLengthType
焦距类型。详见 CameraFocalLengthType。
摄像头支持的焦距信息,包含摄像头的方向以及焦距类型。
export class FocalLengthInfo {
cameraDirection?: number;
focalLengthType?: CameraFocalLengthType;
}