收藏
回答

用户相机已经授权 takePhoto 调用报错 还有相机黑屏?


const ctx = wx.createCameraContext();

ctx.takePhoto({
  quality: "normal",
  success: (res) => {
    this.setData({
      src: res.tempImagePath,
    });

    // this.loadTempImagePath(res.tempImagePath);
    wx.showLoading({
      title: "图片上传中",
      mask: true,
    });
    this.upimg(res.tempImagePath);
  },
  fail: () => {
    wx.hideLoading();
    app.toast("拍照异常请稍后再试");
  },
});

目前已知相机黑屏型号 :
      设备品牌
      blackshark
      设备型号
      SKW-A0
      客户端版本
      7.0.19
      基础库版本
      2.14.0
      系统类型
      Android 10
目前已知相机拍照异常型号 :
手机品牌:苹果8
代码片段链接:
https://developers.weixin.qq.com/s/RCmmyDmh7WlQ
最后一次编辑于  2020-11-06
回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容
问题标签