Using a while loop, then using takePicture<http://developer.android.com/reference/android/hardware/Camera.html#takePicture(android.hardware.Camera.ShutterCallback, android.hardware.Camera.PictureCallback, android.hardware.Camera.PictureCallback)>(Camera.ShutterCallback<http://developer.android.com/reference/android/hardware/Camera.ShutterCallback.html> shutter, Camera.PictureCallback<http://developer.android.com/reference/android/hardware/Camera.PictureCallback.html> raw, Camera.PictureCallback<http://developer.android.com/reference/android/hardware/Camera.PictureCallback.html> jpeg) in camera object
It may help. I have not tried that at all, I did the research on API doc, that may help. On Wed, Aug 31, 2011 at 9:40 PM, Appaholics <[email protected]>wrote: > What have you tried so far? Nobody is going to give you free code. > > > On Wed, Aug 31, 2011 at 3:43 PM, chadnan gupta > <[email protected]>wrote: > >> Hi.. >> >> I need some android code which can capture continuous images. >> My app is like >> >> There is a start button , when ever it is is clicked , the camera starts >> capturing images for at least 1 mins . after 1 mins the camera should stop . >> and the images will be shown in the gallary >> >> -- >> 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 > > > > > -- > ------------------ > Raghav Sood > CEO/Founder/Owner/Dictator/Tyrant at Appaholics (Basically all titles > required to have complete control) > http://www.raghavsood.com/ > https://market.android.com/developer?pub=Appaholics > http://www.appaholics.in/ > > -- > 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 > -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info -- 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

