Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UVC CAMERA #37

Open
avi9999 opened this issue Mar 1, 2020 · 0 comments
Open

UVC CAMERA #37

avi9999 opened this issue Mar 1, 2020 · 0 comments

Comments

@avi9999
Copy link

avi9999 commented Mar 1, 2020

Hi!

we try to use the UVC camera project
we are working with android 9 and usb camera from missumi
with USB Camera application from play store we can see the video
we can read the usb camera information
but from the UVC camera project there is message “check no usb camera”
we found that the interfacecount it is zero!!!

final int count = device.getInterfaceCount();   for (int i = 0; i < count; i++) {      final UsbInterface intf = device.getInterface(i);      if (matches(intf.getInterfaceClass(), intf.getInterfaceSubclass(), intf.getInterfaceProtocol())) {         return true;      }   }   return false;}

can you help us please
thanks in advanced

[email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant