abhinavbhadauria-bigstep
Results
3
issues of
abhinavbhadauria-bigstep
@Override public void onCaptureVideoFrame(int videoFrameType, int width, int height, int bufferLength, int yStride, int uStride, int vStride, int rotation, long renderTimeMs) { byte[] buf = new byte[bufferLength]; byteBufferCapture.limit(bufferLength); byteBufferCapture.get(buf); byteBufferCapture.flip();...
bug
I always stuck when i start working on video raw data, I mean I donn't where to start and how to get the raw data, where to implement that c++...
enhancement