真机调试失败(手机HTC U-1W) ANDROID 8.0.0
发布于 7 年前 作者 tanli 11031 次浏览 来自 官方Issues

const context = wx.createCameraContext();

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

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

});

listener.start()

回到顶部