From 3fdfdea0721fe7a36f6aaa509075f01a194f6748 Mon Sep 17 00:00:00 2001 From: xie <xie-email@example.com> Date: Sat, 23 Nov 2024 09:19:59 +0000 Subject: [PATCH] feat(usb_camera): apply usb_camera patch --- android/device/softwinner/ceres-c3/init.device.rc | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/android/device/softwinner/ceres-c3/init.device.rc b/android/device/softwinner/ceres-c3/init.device.rc index 3798b97..37a13f1 100644 --- a/android/device/softwinner/ceres-c3/init.device.rc +++ b/android/device/softwinner/ceres-c3/init.device.rc @@ -50,6 +50,10 @@ insmod vendor/modules/ov8858_r2a_4lane.ko #insmod /vendor/modules/gc2385_mipi.ko insmod /vendor/modules/vin_v4l2.ko +### uvc module + insmod /vendor/modules/videobuf2-vmalloc.ko + insmod /vendor/modules/uvcvideo.ko + on property:sys.boot_completed=1 #usb hub up -- Gitblit v1.6.2