GloDroid / glodroid_manifest

Android port that aims to bring both user- and developer-friendly experience in using AOSP with a set of single-board computers (SBC), phones and other devices.
472 stars 66 forks source link

External USB Camera support #63

Closed matviizorin closed 4 years ago

matviizorin commented 4 years ago

We need to enable USB camera support provided by AOSP (external-usb-cameras) for all our platforms.

Following the source implementation sunxi kernel already have CONFIG_USB_VIDEO_CLASS and CONFIG_MEDIA_USB_SUPPORT options in defconfig and UVC video patch. As for Broadcom kernel, we have to add only the CONFIG_USB_VIDEO_CLASS option.

matviizorin commented 4 years ago

The corresponding PR has been created (https://github.com/GloDroid/glodroid_device/pull/10)