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

Support ADB Webcam devices #321

Closed
ganadist opened this issue Jun 13, 2024 · 0 comments · Fixed by #322
Closed

Support ADB Webcam devices #321

ganadist opened this issue Jun 13, 2024 · 0 comments · Fixed by #322

Comments

@ganadist
Copy link
Contributor

ganadist commented Jun 13, 2024

Since Android 14 QPR1 (Pixel 2023 Dec Feature Drop), Android devices can support UVC(USB Video Class), and exposed with new USB IDs.

In Pixel 7 Pro, it was exposed with following usb device IDs.

  • 18d1:4eed : UVC only
  • 18d1:4eee : adb + UVC

Please refer https://cs.android.com/android/platform/superproject/main/+/6f331529ae0303de6fce29801180129fd31370f5:device/google/gs101/usb/gadget/UsbGadget.cpp;l=315-336

Please add these device IDs in udev rules.

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

Successfully merging a pull request may close this issue.

1 participant