Camera plugin without retake/use confirmation after each photo?

Has anyone found a way to take photos in an Ionic2 app where the user does not have to click “Use Photo” (iOS) or “Save” (Android) after each photo? I hope to let my app take rapid-fire photos, but it seems a current limit of the cordova Camera plugin. Perhaps someone has come across a custom plugin to skip this (as I believe it is available in native apps for both platforms)?

2 Likes

You should be able to do this with the CameraPreview plugin:

I’m looking to do something similar and I started using the camera preview plugin but it isn’t robust enough and is no longer being actively maintained. does anyone else know of other options? can this be done with the native camera plugin?