Take camera screenshot while recording - Like in Galaxy S3?
问题 Im developing a camera app which uses SurfaceView for display. I'm able to take screenshot of the SurfaceView (and save it as a bitmap) with getDrawingCache() (on a layout which wraps the SurfaceView) and also with canvas.drawBitmap(...) however in both ways, the bitmap is always transparent/blank. I have galaxy S3 and I can see that they have that feature in their camera how exactly they do it? thanks! 回答1: Well after hours, I got a nice solution for that. Maybe it isn't the best way, but it