camera组件设置固定的宽高尺寸后无法获取frame数据?onCameraFrame
<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
[图片]