Upon starting my Android app, I want to auto start the native camera (can be done using intents) and start taking pictures automatically for every few seconds.
Can this be done? After starting the camera, how do I initiate this? So that user need not click anything to start the photo taking process.
Thanks In Advance,
Perumal
There is no support in the camera intents for autocapture. If you want to do that you’ll need to actually implement the camera code within your app.