I'm wondering what issues are absolutely needed to be addressed after taking a picture. I draw camera preview onto a surfaceview as instructed in the google sample code. When a picture is taken by calling
Using java Syntax Highlighting
- camera.takePicture(new shutter(), null, new jpgCallback())
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
I get a runtime error if I leave those implemented methods blank. So, my questions are:
1. Inside shutter callback and picturecallback, what do I need to do?
2. What happens to the surfaceview used for drawing preview? Is it destroyed, paused?
Thanks for looking. Any help is appreciated

