threadroc
threadroc
  • 发布:2022-11-29 21:30
  • 更新:2022-11-30 16:28
  • 阅读:185

uniapp getFrameData获取不到帧

分类:uni-app

this.videoDecoder=wx.createVideoDecoder();
this.videoDecoder.start({source:this.url});
this.videoDecoder.seek(1);
let frame=this.videoDecoder.getFrameData();
console.log("frame",frame);

获取不到视频帧,请问是什么地方有问题呀

2022-11-29 21:30 负责人:无 分享
已邀请:
DCloud_UNI_Anne

DCloud_UNI_Anne

建议直接使用原生微信小程序(不使用uni-app)试试

要回复问题请先登录注册