Resolution Camera Config
Deprecated
相机配置:根据尺寸配置相机的目标图像大小,使输出分析的图像的分辨率尽可能的接近屏幕尺寸
Author
Deprecated
后续版本可能会删除此类;请使用 AdaptiveCameraConfig
Functions
Link copied to clipboard
配置 CameraSelector.Builder;可参考:AspectRatioCameraConfig 或 ResolutionCameraConfig 如配置前置摄像头:
builder.requireLensFacing(CameraSelector.LENS_FACING_FRONT)
切记,外部请勿直接调用 options配置 ImageAnalysis.Builder;可参考:AspectRatioCameraConfig 或 ResolutionCameraConfig 如配置目标旋转角度为90度:
builder.setTargetRotation(Surface.ROTATION_90)
切记,外部请勿直接调用 options配置 Preview.Builder;可参考:AspectRatioCameraConfig 或 ResolutionCameraConfig 如配置目标旋转角度为90度:
builder.setTargetRotation(Surface.ROTATION_90)
切记,外部请勿直接调用 options