| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "MyFaceModule",
- "id": "MyFaceModule",
- "version": "1.0.0",
- "description": "自研人脸识别 UniApp 原生插件:离线检测、特征提取、1:N 检索、CameraX 实时识别",
- "_dp_type": "nativeplugin",
- "_dp_nativeplugin": {
- "android": {
- "plugins": [
- {
- "type": "module",
- "name": "MyFaceModule",
- "class": "io.myface.uniplugin.MyFaceModule"
- },
- {
- "type": "component",
- "name": "my-face-camera",
- "class": "io.myface.uniplugin.MyFaceCameraComponent"
- }
- ],
- "hooksClass": "",
- "integrateType": "aar",
- "dependencies": [
- "androidx.appcompat:appcompat:1.6.1",
- "com.alibaba:fastjson:1.2.83",
- "androidx.camera:camera-core:1.3.0",
- "androidx.camera:camera-camera2:1.3.0",
- "androidx.camera:camera-lifecycle:1.3.0",
- "androidx.camera:camera-view:1.3.0",
- "com.google.mlkit:face-detection:16.1.7",
- "com.google.ai.edge.litert:litert:1.2.0",
- "com.github.bumptech.glide:glide:4.16.0"
- ],
- "compileOptions": {
- "sourceCompatibility": "1.8",
- "targetCompatibility": "1.8"
- },
- "abis": [
- "armeabi-v7a",
- "arm64-v8a"
- ],
- "minSdkVersion": "21",
- "permissions": [
- "<uses-permission android:name=\"android.permission.CAMERA\"/>"
- ],
- "parameters": {}
- }
- }
- }
|