We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.分部(红米note7/红米note8)手机显示可以支持4000*3000,确不能使用,有错误提示: override fun onConfigureFailed(cameraCaptureSession: CameraCaptureSession) { d("Camera2Manager", "onConfigureFailed") notifyCameraOpenError(Throwable("Camera capture session configure failed.")) }
2.鸿蒙手机分辨率获取有问题,不支持高分辨率,仅支持1920*1080
3.将拍照分辨率设为40003000/40323024,预览和拍照出来的图像有差异,分辨率相同,拍照后图像被放大有裁剪
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.分部(红米note7/红米note8)手机显示可以支持4000*3000,确不能使用,有错误提示:
override fun onConfigureFailed(cameraCaptureSession: CameraCaptureSession) {
d("Camera2Manager", "onConfigureFailed")
notifyCameraOpenError(Throwable("Camera capture session configure failed."))
}
2.鸿蒙手机分辨率获取有问题,不支持高分辨率,仅支持1920*1080
3.将拍照分辨率设为40003000/40323024,预览和拍照出来的图像有差异,分辨率相同,拍照后图像被放大有裁剪
The text was updated successfully, but these errors were encountered: