We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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.
The text was updated successfully, but these errors were encountered:
feat: add UVC for Pixel devices (close M0Rf30#321)
816722b
feat: add UVC for Pixel devices (close #321) (#322)
9dc71f0
Successfully merging a pull request may close this issue.
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.
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.
The text was updated successfully, but these errors were encountered: