I am implementing a simple camera app and I see this in developer site: "After taking a picture, preview display will have stopped. To take more photos, call startPreview() again first"
I am calling: camera.stopPreview(); camera.release(); in surfaceDestroyed() which is called after takePicture(). I am not very sure where startPreview() should be called again in order to resume the preview. Any help appreciated. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

