0

The video saved, made from front camera is saved but it is Blur and totally distorted display. Back camera videos made are just fine. What is the issue in it?

try{
        recorder.setVideoSource(MediaRecorder.VideoSource.DEFAULT);
    recorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
    recorder.setVideoEncoder(MediaRecorder.VideoEncoder.MPEG_4_SP);
        recorder.setOutputFile("/sdcard/recordvideooutput.3gpp");
        recorder.setPreviewDisplay(mHolder.getSurface());
    recorder.prepare();
    } 
BASEER ULHASSAN
  • 461
  • 4
  • 22

1 Answers1

0

I have answered it myself as i found a solution working fine in my case. And in most of cases the mediaplayer functions are to be carefully used.

Front Cam Blurr Removed

Community
  • 1
  • 1
BASEER ULHASSAN
  • 461
  • 4
  • 22