android-image-picker icon indicating copy to clipboard operation
android-image-picker copied to clipboard

Is there any way by which I can capture multiple images from camera without deleting the previous images/videos and can I record a video too?

Open Abhishek95872 opened this issue 6 years ago • 2 comments

Hello, I have two questions

  1. whenever I am capturing any images it coming perfectly, but when I try to capture on more image it deletes the previous captured image and replaces it with the new one. I don't want that it to be deleted, I want functionality just like selecting multiple images but that must be captured from the camera.

  2. Can I record a video using a camera with this library?

Abhishek95872 avatar Feb 29 '20 10:02 Abhishek95872

I too would like to be able to capture multiple images from Camera when using this mode: ImagePicker.cameraOnly()...

Want to be able to capture multiple pics from camera only without having to go back and forth between screens.

cschulteksa avatar Sep 01 '20 18:09 cschulteksa

  1. I'm not sure if there's a multiple shot mode from the capture image intent, if you know please raise a PR or send the doc here
  2. Currently no, but there's a new PR for it: https://github.com/esafirm/android-image-picker/pull/411

esafirm avatar Nov 20 '22 04:11 esafirm