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

Unable to Use USB Webcam with UVCCameraViewParamsEntity #1

Closed
AhmedHodiani opened this issue Apr 17, 2024 · 1 comment
Closed

Unable to Use USB Webcam with UVCCameraViewParamsEntity #1

AhmedHodiani opened this issue Apr 17, 2024 · 1 comment

Comments

@AhmedHodiani
Copy link

AhmedHodiani commented Apr 17, 2024

lsusb output:
Bus 001 Device 033: ID 1c4f:3002 SiGma Micro WebCam SiGma Micro

vendorId 1c4f
productId 3002

device_filter.xml:

<?xml version="1.0" encoding="utf-8"?>
<usb>
    <usb-device vendor-id="1c4f" product-id="3002" />
</usb>

the UVCCameraViewParamsEntity takes List of ints for productIds and vendorIds

I tried converting from hex to decimal, but also not working.

@chenyeju295
Copy link
Owner

chenyeju295 commented Apr 18, 2024

The plugin only supports Android. VendorId and ProductId are provided for filtering, but they're optional.

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

2 participants