收藏
回答

camera wx.stopRecord拿不到返回的结果成功失败都木有?代码是官方的案例代码,没改动

camera wx.stopRecord拿不到返回的结果成功失败都木有?代码是官方的案例代码,没改动,好多安卓各种问题,有的start,有的stop有的还闪退!!!!!!

手机型号看右边图 是锤子手机 代码是官方的例子 Page({

  onLoad() {

    this.ctx = wx.createCameraContext()

  },

  takePhoto() {

    console.log(0)

    this.ctx.takePhoto({

      quality: 'high',

      success: (res) => {

        this.setData({

          src: res.tempImagePath

        })

      }

    })

  },

  startRecord() {

    console.log(1)

    this.ctx.startRecord({

      success: (res) => {

        console.log('startRecord')

      }

    })

  },

  stopRecord() {

    console.log(2);

    this.ctx.stopRecord({

      success: (res) => {

        console.log(28,res)

        this.setData({

          src: res.tempThumbPath,

          videoSrc: res.tempVideoPath

        },()=>{

          console.log(778)

        })

      }

    })

  },

  error(e) {

    console.log(e.detail)

  }

})

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

5 个回答

  • 崔志平
    崔志平
    07-29

    加q1412727078,帮你解决

    07-29
    有用
    回复
  • Wzc
    Wzc
    2022-08-16

    你可能是在微信获取麦克风权限的时候拒绝掉了,startrecord可以正常使用,但是stoprecord不会调用,从设置中手动开启麦克风权限再试一下,应该就不会有这个问题了

    2022-08-16
    有用
    回复 2
  • hzq
    hzq
    2021-08-11

    您解决了吗

    2021-08-11
    有用
    回复 4
  • Riven.
    Riven.
    2021-06-04

    你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

    2021-06-04
    有用
    回复 5
    • 爱吃番茄的橘子猫
      爱吃番茄的橘子猫
      2021-06-07
      都在截图里
      2021-06-07
      回复
    • 爱吃番茄的橘子猫
      爱吃番茄的橘子猫
      2021-06-07
      代码是官方的示例代码
      2021-06-07
      回复
    • 爱吃番茄的橘子猫
      爱吃番茄的橘子猫
      2021-09-08
      请问看了解决问题了吗?截图里都有手机型号版本号那些,代码片段就是官方的示例代码
      2021-09-08
      回复
    • Riven.
      Riven.
      2021-09-08回复爱吃番茄的橘子猫
      你好,提供下复现问题的录屏看看(上传至腾讯视频)
      2021-09-08
      回复
    • 冷暖自知🍃
      冷暖自知🍃
      2021-12-13
      camera 停止录制后,调用stopRecord 有一定概率无效,不执行的问题
      2021-12-13
      回复
  • 爱吃番茄的橘子猫
    爱吃番茄的橘子猫
    2021-05-31

    官方来个回复把!!!!!

    2021-05-31
    有用
    回复
登录 后发表内容