真机调试失败(手机HTC U-1W) ANDROID 8.0.0
const context = wx.createCameraContext();
const listener = context.onCameraFrame((frame) => {
console.log(frame.width, frame.height)
});
listener.start()
const context = wx.createCameraContext();
const listener = context.onCameraFrame((frame) => {
console.log(frame.width, frame.height)
});
listener.start()