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
我试图将曝光时间设置得很大,但是拍照效果没变化。在设置SENSOR_EXPOSURE_TIME同时,我添加了一些内容,但是仍旧没有效果 mPreviewBuilder.set(CaptureRequest.CONTROL_MODE,CameraMetadata.CONTROL_MODE_OFF); mPreviewBuilder.set(CaptureRequest.CONTROL_AE_MODE,CameraMetadata.CONTROL_AE_MODE_OFF);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我试图将曝光时间设置得很大,但是拍照效果没变化。在设置SENSOR_EXPOSURE_TIME同时,我添加了一些内容,但是仍旧没有效果
mPreviewBuilder.set(CaptureRequest.CONTROL_MODE,CameraMetadata.CONTROL_MODE_OFF);
mPreviewBuilder.set(CaptureRequest.CONTROL_AE_MODE,CameraMetadata.CONTROL_AE_MODE_OFF);
The text was updated successfully, but these errors were encountered: