收藏
回答

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

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

2 个回答

  • 社区技术运营专员--许涛
    社区技术运营专员--许涛
    2023-07-29

    你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)

    2023-07-29
    有用
    回复
  • 手可摘星辰
    手可摘星辰
    2023-07-29

    电脑怎么都OK,真机怎么都不行= =

    2023-07-29
    有用 1
    回复
登录 后发表内容