I try to create an application allowing me to make video recordings. My problem is that when I use the preview of the camera, the recording is very poor of quality. And without the preview, the quality is perfect.
Can anyone explain this result?
To display the preview of the camera, I call this method : camera.setPreviewDisplay(holder);
To better explain my problem, I make screenshots of the result :
- In case A, I call the method
camera.setPreviewDisplay(holder);
- In case B, I delete the method
NOTE: To download my project, click HERE.