Hi  perumal316,

for u take picture automatic is necessary that you call the method 
"takePicture" of your instance of de camera on method onCreate of your 
application. Remember that the "takePicture" method start one thread and if 
you need restart your preview, you need do this after save de file, 
implementing the method "onPictureTaken" in your pictureCallBack. For take 
some pictures in a few seconds, I think that is more dificult, but for take 
a number of pictrures is easy. After your save picture of first shot, you 
call again the method "takePictrure" any times you want.

Em quinta-feira, 12 de abril de 2012 03h22min21s UTC-3, perumal316 escreveu:
>
> Hi All,
>
> 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
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to