Screencapture:get 来自 Textureview 的位图并显示在 imageview 中 android

Screencapture:get Bitmap from Textureview and display in imageview android

任何人都可以建议我如何从 Textureview 获取位图并在 Imageview 中显示

我使用了以下 link 但它没有帮助。 Advice on Android TextureView and Bitmap Rendering

Bitmap bitmap = yourTextureView.getBitmap();
yourImageView.setImageBitmap(bitmap);