saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.96k stars 1.19k forks source link

"Error during updateTexImage (see logcat for details)" #616

Open zipswich opened 2 years ago

zipswich commented 2 years ago

Could anyone offer a tip on how to get around the following crash?

java.lang.RuntimeException: Error during updateTexImage (see logcat for details) at android.graphics.SurfaceTexture.nativeUpdateTexImage(Native Method) at android.graphics.SurfaceTexture.updateTexImage(SurfaceTexture.java:240) at com.serenegiant.usb.widget.UVCCameraTextureView$RenderHandler$RenderThread.onDrawFrame(UVCCameraTextureView.java:455) at com.serenegiant.usb.widget.UVCCameraTextureView$RenderHandler.handleMessage(UVCCameraTextureView.java:329) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:135) at com.serenegiant.usb.widget.UVCCameraTextureView$RenderHandler$RenderThread.run(UVCCameraTextureView.java:553)