Ask Your Question

Revision history [back]

Just add

    mCamera.startPreview();
    mCamera.setPreviewCallback(this);

after your call to

   mCamera.takePicture(null, null, this);

I hope this helps.