Hi all.
My name is Felix, I am working in supply chain area and I am creating an app for work related issues.
I have added a camera option to my app. Unforunately it only takes one picture and then returns to the app. Is there any way to take multiple pictures and then return to the app instead of just one?
Not tried it to see what happens, but have a go with activity Starter, it may allow you to stay with the camera until you press the back button ?
Start the Camera
To launch the Android Camera app, use an activity starter with the IMAGE_CAPTURE Action property. You do not specify an ActivityPackage or an ActivityClass:
Action: android.media.action.IMAGE_CAPTURE
This is basically what the App Inventor Camera component does, although it is more convenient to use the Camera component than to use the ActivityStarter in building your app.
Sure just some basic instruction here:
Create an activitystarter. Edit the acitivty and put in the “action” field: android.media.action.STILL_IMAGE_CAMERA.
Make a buton for me its called “Fotomaken”. This is so that you can call the activity.
Simply calls the activitystarter when you press the button.