I'm trying to develop an android application which should take continuous images just like native camera in continuous shooting mode for 10 to 20 seconds.
I followed the sample program from the site
http://marakana.com/forums/android/examples/39.html
Now , i want to enhance this code to take continuous images (for 10 to 20 seconds) , first i tried to take 10 pics by using a for loop , i just put the takePicture() function in the loop , but that'S not working .
do i need to use threadS . IF YES , THEN which part should i put in thread , the image capturing or image saving to sd card
If any body having some sample code for taking continuous images , pls share.