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
Bitmap bitmap = yourTextureView.getBitmap();
yourImageView.setImageBitmap(bitmap);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With