android-gpuimage-plus icon indicating copy to clipboard operation
android-gpuimage-plus copied to clipboard

mFrameRecorder release后无法重建

Open mafanwei opened this issue 5 years ago • 0 comments

在demo CameraGLSurfaceViewWithTexture中,若手动调用onRelease,然后

mFrameRecorder = new CGEFrameRecorder();
mFrameRecorder.init(width, height, width, height);

会初始化失败,报”create TextureDrawer failed!“错误。 如何重建CGEFrameRecorder或者动态修改CGEFrameRenderer中的(int dstWidth, int dstHeight)呢

mafanwei avatar Nov 03 '20 08:11 mafanwei