Ionic 3在不显示默认系统相机应用程序的情况下捕获视频

时间:2018-10-03 10:41:31

标签: android cordova ionic-framework video-capture

a我有一个尚未解决的问题,找不到任何提示。

这是我的环境

Ionic:

   ionic (Ionic CLI)  : 4.1.2 
   Ionic Framework    : ionic-angular 3.9.2
   @ionic/app-scripts : 3.2.0

Cordova:

   cordova (Cordova CLI) : 8.0.0
   Cordova Platforms     : android 7.0.0, browser 5.0.4
   Cordova Plugins       : cordova-plugin-ionic-keyboard 2.1.2, cordova-plugin-ionic-webview 2.1.3, (and 12 other plugins)

System:

   NodeJS : v8.11.2
   npm    : 6.4.1
   OS     : Windows 10

单击按钮后,我需要从主页捕获视频流到文件,而无需显示系统相机应用程序。我只找到MediaCapture插件。但是当我调用捕获功能时-它会启动默认的相机应用。

其他插件(VideoCapturePlus)不起作用-当我尝试为Manifest文件错误尝试为android平台编译该插件时失败。关于我的挑战,您能给我一些建议吗?

0 个答案:

没有答案