snapshot: function() {
this.context.snapshot({
success: (e) => {
console.log(e.message, '拍照信息');
}
});
},
上面这个方法不执行 ,
switchCamera这个方法执行 镜头可以切换 但是success里面的东西也不打印
switchCamera: function() {
this.context.switchCamera({
success: (a) => {
console.log("livePusher.switchCamera:" + JSON.stringify(a));
}
});
},
在manifest选择了直播推流,还需要设置什么嘛?为什么不执行呢
如果是使用uniapp开发APP的话 得用nuve文件来写 然后真机调试看console就可以了 如果是使用uniapp开发微信小程序的话 在微信开发者工具上就是打印不出来拍不了照 得账号申请live-pusher权限后 真机调试才行