真机调试失败(手机HTC U-1W) ANDROID 8.0.0

发布于 8 年前作者 tanli11160 次浏览最后编辑 8 年前来自 issues

const context = wx.createCameraContext();

const listener = context.onCameraFrame((frame) => {

console.log(frame.width, frame.height)

});

listener.start()

2 回复