zhanghahah
zhanghahah
  • 发布:2021-03-16 09:58
  • 更新:2021-08-02 11:27
  • 阅读:1195

android11 使用cmr.captureImage进行拍照,无发进行回调函数

分类:HTML5+
choiceCamera() {  
      let self = this;  
      let cmr = window.plus.camera.getCamera();  
      let res = cmr.supportedImageResolutions[0];  
      let fmt = cmr.supportedImageFormats[0];  
      cmr.captureImage(  
        function(path) {  
          alert(path);  
        },  
        function(e) {  
          alert(e.message);  
        },  
        { index: 1, filename: '_doc/camera/', resolution: res, format: fmt }  
      );  
    }

获得的e.message为resultCode is Wrong;code=11
android studio中的报错,求大神支个招!

2021-03-16 09:58 负责人:无 分享
已邀请:
zhanghahah

zhanghahah (作者)

android10 版本的真机上运行都是正常的。。。

蓓岑2015

蓓岑2015

请问解决了吗?我现在Android 11,拍照后,照片大小为0,不知道怎么办了。

该问题目前已经被锁定, 无法添加新回复