ionic-team / ionic-team/capacitor-camera
@capacitor/camera take multiple photos via the camera in one session
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 1
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 2
Description
## Feature Request
### Plugin
[Camera](https://capacitorjs.com/docs/apis/camera)
### Description
Support for taking multiple photos using the camera without having to reopen the camera each time.
Example real-world use case: An inspector who may need to capture photos of an issue from multiple angles.
### Platform(s)
- iOS
- Android
### Preferred Solution
A new method for the camera plugin (e.g. `takePhotos`) which allows the user to continue taking photos until they confirm they are finished. At which point, `Photo[]` is returned by the plugin.
### Alternatives
### Additional Context
Seems like this functionality is available in the cordova-plugin-media-capture [captureImage](https://cordova.apache.org/docs/en/11.x/reference/cordova-plugin-media-capture/#capturecaptureimage) method
Contributor guide
Assessment
This issue has not been assessed yet.