H264 without ffmeg

asked 2019-01-10 04:19:38 -0600

updated 2019-01-11 02:38:35 -0600

In order to get an h264 stream, I'm using a simple android library (wich is working well enough)

I send the decoded stream to a surface view

mRtspClient = new RtspClient(Video_H264);
mRtspClient.setSurfaceView(mSurfaceView);

Can I extract a Mat from the MediacCodec Buffers directly ?

opencv 4.0.1 android sdk28

edit retag flag offensive close merge delete