[Change]完成摄像头功能

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-02-10 20:12:09 +08:00
parent b10306fc45
commit b215dec486
4 changed files with 23 additions and 9 deletions

View File

@@ -2,7 +2,10 @@
package="com.mogo.usbcamera">
<uses-feature android:name="android.hardware.usb.host"/>
<!-- 声明使用usb -->
<uses-feature
android:name="android.hardware.usb.host"
android:required="true" />
<application>