I am developing an application using Camera2 API with no preview. I used Textureview for the camera part but, now I need to use a SurfaceView to display a dynamic image.
I did some tests and I am getting this error: E/SurfaceTextureClient(13629): queueBuffer: error queuing buffer to SurfaceTexture, -19
Any idea how to manage both views in the application?
Thanks in advance!!