You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
Hello, I have similar problem. but my Exception is MediaRecorder : prepare failed
This is my solution
final CameraFragment cameraFragment = CameraFragment.newInstance(new Configuration.Builder()
.setCamera(Configuration.CAMERA_FACE_REAR).setMediaAction(Configuration.MEDIA_ACTION_VIDEO).setVideoDuration(GlobalFlagBase.VIDEO_DURATION).setMediaQuality(Configuration.MEDIA_QUALITY_LOW).build());
In my case, i solved that set media quality is low
I hope it becomes a reference. good luck
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Error: E/Camera2Manager: IOException preparing MediaRecorder: /storage/....
Please support for Android 8.0 with FileProvider
The text was updated successfully, but these errors were encountered: