您好我使用webRTC项目为android https://github.com/pchab/AndroidRTC
我想要更改video(life)
。像OpenCV一样有@ovveride
方法
public Mat onCameraFrame(CvCameraViewFrame inputFrame)
但我无法在webRTC
中找到类似的内容videoSource =
factory.createVideoSource(VideoCapturerAndroid.create(backCamRec), videoConstraints);
VideoCapturerAndroid
对象不允许访问内部方法。