android-gpuimage-plus
android-gpuimage-plus copied to clipboard
mFrameRecorder release后无法重建
在demo CameraGLSurfaceViewWithTexture中,若手动调用onRelease,然后
mFrameRecorder = new CGEFrameRecorder();
mFrameRecorder.init(width, height, width, height);
会初始化失败,报”create TextureDrawer failed!“错误。 如何重建CGEFrameRecorder或者动态修改CGEFrameRenderer中的(int dstWidth, int dstHeight)呢