MediaRecorder start failed: -16 when change CamcorderProfile.QUALITY_LOW to CamcorderProfile.QUALITY_HIGH
问题 Posical duplicate MediaRecorder start failed: -16 MediaRecorder start failed: -16 when change CamcorderProfile.QUALITY_LOW to CamcorderProfile.QUALITY_HIGH . I have tried many solutions but getting the same error. following is the my code: private boolean prepareVideoRecorder() { if(mMediaRecorder == null){ mMediaRecorder = new MediaRecorder(); }else{ Log.d(Constants.TAG,"MediaRecoder is Not Null"); } // Step 1: Unlock and set camera to MediaRecorder mCamera.stopPreview(); mCamera.unlock();