I\'m doing one project with camera and after taking one photo camera freezes and u have to finish the activity and recall it again to take another photo, how can I take phot
The camera is freezing, because you are not restarting the preview of the camera, so restart it by calling camera.startpreview()
camera.startpreview()