AndroidUSBCamera icon indicating copy to clipboard operation
AndroidUSBCamera copied to clipboard

java.lang.IllegalArgumentException: surface should be one of SurfaceHolder, Surface or SurfaceTexture: null

Open gxh-apologize opened this issue 5 years ago • 5 comments

异常: 07-07 17:30:28.171 E/AndroidRuntime( 1462): java.lang.IllegalArgumentException: surface should be one of SurfaceHolder, Surface or SurfaceTexture: null 07-07 17:30:28.171 E/AndroidRuntime( 1462): at com.serenegiant.usb.common.AbstractUVCCameraHandler.startPreview(AbstractUVCCameraHandler.java:193) 07-07 17:30:28.171 E/AndroidRuntime( 1462): at com.serenegiant.usb.common.UVCCameraHandler.startPreview(UVCCameraHandler.java:123) 07-07 17:30:28.171 E/AndroidRuntime( 1462): at com.jiangdg.usbcamera.UVCCameraHelper.startPreview(UVCCameraHelper.java:312) 07-07 17:30:28.171 E/AndroidRuntime( 1462): at com.jiangdg.usbcamera.UVCCameraHelper$1$1.run(UVCCameraHelper.java:118) 07-07 17:30:28.171 E/AndroidRuntime( 1462): at java.lang.Thread.run(Thread.java:818)

//使用的版本 implementation 'com.github.jiangdongguo:AndroidUSBCamera:2.2.8'

rk3288 Android5.1.1 这个异常是有时候会发生,并不是100%。我们的项目是开机自启动的,开机后有时候会报这个异常。望回复。谢谢

gxh-apologize avatar Jul 09 '19 00:07 gxh-apologize

Did you solve it?

hyunahOh avatar Jan 07 '20 01:01 hyunahOh

Is there any solution to this problem???

ankittecholution avatar Jan 26 '20 14:01 ankittecholution

Mostly it happens if we try to register USB devices while the layout containing the textureview isn't active/visible. i.e., in viewpager and fragment combination I was registering USB in the start function which is executed before we actually move to the fragment ( if fragment isn't the first fragment) then I was getting same error. I did fix that by moving register code to onResume with a chec.

mrcodecloud avatar Jun 22 '20 10:06 mrcodecloud

后面我们使用的原生camera来预览的,效果也很好,usb摄像头也可以用原生camera,这个问题并未深究。

gxh-apologize avatar Jun 30 '20 01:06 gxh-apologize

@jiangdongguo any update on this? I'm using com.github.jiangdongguo:AndroidUSBCamera:2.3.1

VishnuTB avatar Aug 13 '20 06:08 VishnuTB