收藏
回答

微信小程序电脑端可以使用 onCameraFrame 吗?

在电脑端(Windows10)小程序上使用,好像没有走进来?


  getFrameContext() {
    const cameraContext = wx.createCameraContext();
    const cameraListener = cameraContext.onCameraFrame((frame) => {
      console.log("frame", frame);
    });

    cameraListener.start({
      success: (res) => {
        console.log("[C] listener success", res);
      },
    });
  },
回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容