In order to get an h264 stream, I'm using a simple android library (wich is working well enough)
I send the decode stream to a surface view
mRtspClient = new RtspClient(Video_H264/*rtspUrl*/);
mRtspClient.setSurfaceView(mSurfaceView);
I there a way to redirect this to the JavaCameraView (Or the Native one) after processing with opencv ?
I' tried ImageReader without succes.