摄像头插件调用
Showing
| ... | @@ -47,6 +47,7 @@ | ... | @@ -47,6 +47,7 @@ |
| "echarts": "^4.2.1", | "echarts": "^4.2.1", | ||
| "es6-promise-plugin": "^4.2.2", | "es6-promise-plugin": "^4.2.2", | ||
| "eventemitter3": "^4.0.0", | "eventemitter3": "^4.0.0", | ||
| "hikvisionplugin": "file:src/plugins/HikvisionPlugin", | |||
| "ionic-native": "^2.9.0", | "ionic-native": "^2.9.0", | ||
| "loaders.css": "^0.1.2", | "loaders.css": "^0.1.2", | ||
| "mqtt": "^2.18.8", | "mqtt": "^2.18.8", | ||
| ... | @@ -96,7 +97,8 @@ | ... | @@ -96,7 +97,8 @@ |
| "cordova-plugin-ionic-webview": { | "cordova-plugin-ionic-webview": { | ||
| "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | ||
| }, | }, | ||
| "cordova-plugin-network-information": {} | "cordova-plugin-network-information": {}, | ||
| "com.hikvision.sdk": {} | |||
| }, | }, | ||
| "platforms": [ | "platforms": [ | ||
| "android", | "android", | ||
| ... | ... |
Please
register
or
sign in
to comment