I'm trying to implement burst mode on android's camera (currently on ICS) I've searched over the net trying to find some documentation about this features and encounter with several issues:
Need to save (probably on asynctask) every captured image values and afterwards process it and save it in sd card
Probably handle the heap while capturing images in continuous mode
So far that's the first impression I got when investigating this issue, Can someone guide me where can I get more information, algorithms maybe or even source code for example?
Thanks for the help. Udi