4

can anyone suggest me how to get Bitmap from Textureview and display in Imageview

I used following link but it didn't help. Advice on Android TextureView and Bitmap Rendering

Community
  • 1
  • 1
Catcaty
  • 63
  • 1
  • 8

1 Answers1

10
Bitmap bitmap = yourTextureView.getBitmap();
yourImageView.setImageBitmap(bitmap);
ins1der12111991
  • 146
  • 1
  • 4