android-hidden-camera icon indicating copy to clipboard operation
android-hidden-camera copied to clipboard

can not takepicture more than one time

Open grape1977 opened this issue 7 years ago • 10 comments

if i want to take picture more times, it fails

grape1977 avatar Apr 14 '17 07:04 grape1977

oK, i resolve it ,u should mCamera.startPreview(); after take picture

grape1977 avatar Apr 14 '17 07:04 grape1977

@grape1977 Can you generate pull request for the fix?

kevalpatel2106 avatar Apr 14 '17 13:04 kevalpatel2106

Same issue, where should mCamera.startPreview(); be?

luangs7 avatar Jun 14 '17 14:06 luangs7

I Want to Take Picture Multiple times But it can Take Only One One Photo And Save One Image

coolutkarshraj avatar Aug 25 '17 04:08 coolutkarshraj

Same issue, where should mCamera.startPreview(); be?

coolutkarshraj avatar Aug 25 '17 04:08 coolutkarshraj

takePictureInternal function add startPreview

grape1977 avatar Aug 25 '17 05:08 grape1977

Hi, I'm still facing this issue is there a fix for it??

jonahhu95 avatar Oct 13 '17 19:10 jonahhu95

I'd love to get a fix for this as well :(

mikeallgyer avatar Oct 27 '17 04:10 mikeallgyer

????,takePictureInternal->new Thread->Runnable, at the end,add one line: mCamera.startPreview();

grape1977 avatar Oct 27 '17 04:10 grape1977

How can we take multiple image with the help of the service? tried adding in the onImageCapture callback but it gives java.lang.RuntimeException: Camera is being used after Camera.release() was called error.

androidnoob123 avatar Oct 10 '18 19:10 androidnoob123