l***@qq.com
l***@qq.com
  • 发布:2016-12-23 18:56
  • 更新:2016-12-23 18:56
  • 阅读:982

andriod7.0调摄像头,无法调取

分类:HTML5+

plus.camera.getCamera()
.captureImage(
function(p){
// cb && cb(p);
//路径转化
plus
.io
.resolveLocalFileSystemURL( p, ( entry ) => {
cb(entry.toLocalURL());
});
},
error || function(error){
window.console.log(JSON.stringify(error));
}
);

2016-12-23 18:56 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复