<camera wx:if="{{camera}}" flash="off" class="camera" device-position="front" style="width: 100%;height: 440rpx;transform: rotateY(180dedg);">
微信开发者工具:如果获取frame的宽高后给camera的宽高赋值则一切正常。如果设置camera的宽高尺寸为定值(如上代码),则获取的frame数据全为0。
const listener=this.camera.onCameraFrame((frame)=>{console.log(new Uint8Array(frame.data));}获取的frame数据全为0
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
电脑怎么都OK,真机怎么都不行= =