Re: [android-developers] Android code for capturing continious images

2011-08-31 Thread Chi Kit Leung
Using a while loop, then using takePicture(Camera.ShutterCallback

Re: [android-developers] Android code for capturing continious images

2011-08-31 Thread Appaholics
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 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 > capturi

[android-developers] Android code for capturing continious images

2011-08-31 Thread chadnan gupta
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 thi