1. ホーム

Androidが表示される。カメラ--カメラサービスとの接続に失敗しました

2022-03-16 01:12:29
The camera function is used in the project and the permission is not configured.

Configure the camera permissions in the manifest file AndroidManifest.xml.

<uses-permission android:name="android.permission.CAMERA"/>
<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.autofocus"/