First time here? Check out the FAQ!
answered 2015-06-15 08:05:52 -0600
Just add
mCamera.startPreview(); mCamera.setPreviewCallback(this);
after your call to
mCamera.takePicture(null, null, this);
I hope this helps.