收藏
回答

调用takePhoto为什么不能打开相机?

const ctx = wx.createCameraContext();

ctx.takePhoto({

        quality: 'high',

        success: (res) => {

          console.log("文件的临时路径: " + res.tempImagePath);

        },

        fail: (err) => {

          console.log("拍照失败了: " + err)

        }

      })

基础库:3.4.9

ios系统iphone15真机调试

注:已经在公众平台用户隐私保护指引中更新摄像头权限

回答关注问题邀请回答
收藏

1 个回答

  • 社区技术运营专员-Jahozheng
    社区技术运营专员-Jahozheng
    07-24

    没报错吗

    07-24
    有用
    回复 1
    • 先森卟坏
      先森卟坏
      07-24
      请问下 【iOS 企业证书】想实现APP跳转微信小程序的功能,请问应该如何操作?
      07-24
      回复
登录 后发表内容