收藏
回答

摄像头调用出错?

 const camera = wx.createCameraContext(this)
    console.log(1)
    console.log(camera)
    console.log(2)

报错提示如下

appServiceSDKScriptError:

Nt.default.OffscreenCanvas is not a constructor; at wx.createOffscreenCanvas

TypeError: Nt.default.OffscreenCanvas is not a constructor


不知道这算不算是成功创建 以及 为什么会报错?求大神解答

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

1 个回答

  • 是小白啊
    是小白啊
    2020-04-26

    预览正常吗?

    2020-04-26
    有用
    回复 6
    • .
      .
      2020-04-26
      有摄像头但是  之后的函数没有响应 如下 onready中的函数,监听keyframe没有响应
      2020-04-26
      回复
    • .
      .
      2020-04-26
      console.log(frame) 没有输出
      2020-04-26
      回复
    • 是小白啊
      是小白啊
      2020-04-28回复.
      有使用canvas?
      2020-04-28
      回复
    • 陈ban
      陈ban
      2020-05-06回复是小白啊
      //app.js
      var fetchWechat = require('fetch-wechat');
      var tf = require('@tensorflow/tfjs-core');
      var plugin = requirePlugin('tfjsPlugin');
      App({
        onLaunch: function () {
          plugin.configPlugin({
            fetchFunc: fetchWechat.fetchFunc(),
            tf,
             canvas: wx.createOffscreenCanvas()
          })
          tf.tensor([1,2,3,4]).print()
        }
      })
      2020-05-06
      回复
    • 陈ban
      陈ban
      2020-05-06回复是小白啊
      和楼主一模一样,我的基础库是2.11.0,任然无法使用 wx.createOffscreenCanvas()这个api
      2020-05-06
      回复
    查看更多(1)
登录 后发表内容
问题标签