increase quality/clarity/brightness of the photos taken with android camera
I have an android app where I'm using the android camera in order to take photos.And after struglling a little bit I managed to have my picture where I want and how I want.The final problem is the quality of the image. When my preview starts everything looks very clear and great but after taking the photo and showing the final result the image is not looking good at all. Here is how my surfaceChanged() method looks like-where I'm setting some parameters: public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { Log.e(TAG, "surfaceChanged"); if (mPreviewRunning) { mCamera