I want to create a CustomVideoCapturer, which will convert YUV4:2:0 data buffer to VideoFrame then send data via webrtc.
But current example use Camera as VideoCapturer source, I do not find any help sample to do such convert.
I can find a YuvConverter.java, but it's for TextureSurface to I420Buffer converter. it's not used for YUV data buffer.
Can anyone help direct me to implement that function?