-
Notifications
You must be signed in to change notification settings - Fork 69
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 for webcam #19
Comments
uvc = USB Video Class i found this app via https://gitlab.com/fdroid/rfp/-/issues/1747 , and this pnp webcam was the first thing that came in my mind. thanks for opening this issue @the-psychedelic . i remember this feature was avalable in old feature phones, and i guess old android phones as well (kitkat/lolipop probably) and i miss this feature a lot sometimes (search terms: web camera ) |
I can add UVC config for USB Gadget. But I guess there needs to be some additional app on the phone, so the device camera is forwarding it to the USB Gadget device?! Or do you have any information on how this can work? |
No I really have no information on how it would work. That is why I was hoping if you could help me. And what app should I use, then? |
I added the UVC camera function profile in the latest 0.4-beta version. Of course, your kernel needs to have this enabled (config_usb_configfs_f_uvc) Unfortunately, I was not able to test it yet. For testing it, you will need some userspace app, e.g. you could try https://git.ideasonboard.org/uvc-gadget.git or https://github.com/jerome2016/Android_USB_UVC_Camera. |
|
hi @tejado (sorry to ping you while busy) |
Closing this issue. Current status and discussion in #38 |
Will there be an update to support uvc to allow the device as a pnp webcam?
The text was updated successfully, but these errors were encountered: