Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能建议我如何从 Textureview 获取 Bitmap 并在 Imageview 中显示
我使用了以下链接,但没有帮助。 关于 Android TextureView 和 Bitmap 渲染的建议
Bitmap bitmap = yourTextureView.getBitmap(); yourImageView.setImageBitmap(bitmap);