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);