I am developing an app that take pictures from camera object and save it to the sdcard. It works great except some things.(I cant config some parameters for example resolution). But when I take picture it freeze on the screen. I just want to resume the preview and capturing same way after I take picture. here is the full code : http://bahacanaydin.blogspot.com/2012/05/package-com.html
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You have to put |
|||
|
|
Maybe this will help. From Android SDK documentation on takePicture():
The JPEG callback is implementation of onPictureTaken(), as I understand. So you should defer your call to startPreview. |
|||
|
|