What I’m trying to do:
I would like to capture multiple images using the device camera (predominantly a mobile device) and load them all at once. Kind of like selecting multiple files using the FileLoader but actually taking the photos through the app instead.
What I’ve tried and what’s not working:
I have tried a few different options using the FileLoader component but despite having multiple
set, it only allows you to take one image at a time. This includes setting the file_types
options and aslo capture
as per this post
I have also had a quick look for JS libraries () but haven’t really found anything that will do what I need.
Example:
MultiCam Demo App
Clone link: