You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.IllegalArgumentException: bitmap is recycled
at android.opengl.GLUtils.texSubImage2D(GLUtils.java:187)
at com.ksyun.media.streamer.util.gles.GlUtil.loadTexture(GlUtil.java:229)
at com.ksyun.media.streamer.capture.ImgTexSrcPin.a(ImgTexSrcPin.java:190)
at com.ksyun.media.streamer.capture.ImgTexSrcPin.a(ImgTexSrcPin.java:22)
at com.ksyun.media.streamer.capture.ImgTexSrcPin$1.run(ImgTexSrcPin.java:72)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1472)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1249)
The text was updated successfully, but these errors were encountered:
java.lang.IllegalArgumentException: bitmap is recycled
at android.opengl.GLUtils.texSubImage2D(GLUtils.java:187)
at com.ksyun.media.streamer.util.gles.GlUtil.loadTexture(GlUtil.java:229)
at com.ksyun.media.streamer.capture.ImgTexSrcPin.a(ImgTexSrcPin.java:190)
at com.ksyun.media.streamer.capture.ImgTexSrcPin.a(ImgTexSrcPin.java:22)
at com.ksyun.media.streamer.capture.ImgTexSrcPin$1.run(ImgTexSrcPin.java:72)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1472)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1249)
The text was updated successfully, but these errors were encountered: