I am using roid.provider.MediaStore.ACTION_IMAGE_CAPTURE to capture images, however the camera activity is stopped by pressing the OK button. And I consequently received results on the result Is there a way that image capture activity can be continued by pressing the right button? Right now, I'm starting it again through my on-activative result function, is it possible that I can capture the same image after a successful image capture I can keep the capture activity on.
I do not think this is possible with the ACTION_IMAGE_CAPTURE purpose instead you In the
SurfaceHolder the camera preview must be controlled. Here is an example that I have found -
Comments
Post a Comment