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.
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.
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
andCONFIG_MEDIA_USB_SUPPORT
options in defconfig and UVC video patch. As for Broadcom kernel, we have to add only theCONFIG_USB_VIDEO_CLASS
option.