收藏
回答

人脸识别api

使用微信的人脸识别读数字,在android机上测试,有时候会卡在读数字页面,没有识别结果,也没有报错

   wx.checkIsSupportFacialRecognition({

      success(res) {

        wx.startFacialRecognitionVerifyAndUploadVideo({

          name: that.globalData.inputInfo.userName,

          idCardNumber: that.globalData.inputInfo.userId,

          checkAliveType:'0'

          success(res) {

            console.warn('人脸成功', res)

          },

          fail(res) {

            console.log(res)

            wx.showModal({

              content: '人脸识别失败'

              showCancel: false

            })

          }

        })

      },

      fail(res) {

        wx.showModal({

          content: '当前微信版本过低,请更新至最新版'

          showCancel: false

        })

      }

    })


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

2 个回答

  • 微信支付技术助手8
    微信支付技术助手8
    2020-01-14

    具体什么问题,请详细描述。

    2020-01-14
    有用
    回复 2
    • index.html
      index.html
      2020-01-14
      使用读数字人脸识别api,偶现读完数字以后,既没有提示识别成功,也没有提示识别失败,成功和失败的回调都没有进,卡在读数字的页面
      2020-01-14
      回复
    • 等等
      等等
      2020-04-10回复index.html
      你这问题解决了吗?
      2020-04-10
      回复
  • 祺爸💎
    祺爸💎
    2020-01-14

    有这种接口?好高端

    2020-01-14
    有用
    回复
登录 后发表内容
问题标签