method called after release() exception unable to resume with android camera

I’ve got the same problem. mCamera.setPreviewCallback(null); didn’t help. In my activity I’ve added this to releaseCamera:

mPreview.getHolder().removeCallback(mPreview);

and it works now.

Leave a Comment