hi,
How would I achieve something like this: The Camera App will start up when the App Starts. There will be a button allowing the user to take a picture. When the user clicks that button, the camera will take a picture / save to directory but the camera will keep running so that another user can click the button and take another picture. In short the camera will always be running and take pictures on button click.
The reason I need that is because I cannot keep exiting the camera app and invoke it at button click, then take picture. It will take more time and will be inconvenient when there are number of people.
Thanks,
M&M