Instacapture
Instacapture copied to clipboard
Can I capture a screenshot of SurfaceView
You can capture GLSurfaceView
, if your Activity has a GLSurfaceView
it will be captured.
Now I use SurfaceView to play video, and I want capture a screenshot of video,but it doesn't work
It will work if you used TextureView to play video.