android-image-picker
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?
Hello, I have two questions
-
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.
-
Can I record a video using a camera with this library?
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.
- 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
- Currently no, but there's a new PR for it: https://github.com/esafirm/android-image-picker/pull/411