有一个tab页中放置了一个camera组件,该页在首次加载显示时,通过如下代码片段可以获取到图像frame中的像素值:
this.context = wx.createCameraContext();
this.listener = this.context.onCameraFrame((frame) => {
});
this.listener.start();
但是当切换tab页后再切换回来,图像frame中的像素值全部变为0,一直为0,不管回调多少次。
ps,只有在iOS上有这个问题,android上一切正常。
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)