UVCCamera icon indicating copy to clipboard operation
UVCCamera copied to clipboard

android support to androidx but UsbDevice.java(sdk) has problem

Open sang981113 opened this issue 3 years ago • 2 comments

I just migrate android support to androidx. but it shows like this. image UsbDevice.java has problem that it uses android like this. image so I have added gradle dependancies about androidx.annotation and support.annotation, but SDK can't catch it. just it shows red codes.

I think maybe UVCCamera is not acceptable androidx.

i don't know what can i do. pls help me

sang981113 avatar Aug 09 '22 06:08 sang981113

when i deleted problem codes that contains usb device's serial nums and etc, app didn't crash but camera preview was not shown.

sang981113 avatar Aug 09 '22 06:08 sang981113

I think some bugs on UsbDevice.java(sdk). That library doesn't give correct result. It just call getSerialNumber method by device but sdk invoke error.

sang981113 avatar Aug 10 '22 04:08 sang981113