chinaXue
chinaXue
  • 发布:2018-09-10 15:39
  • 更新:2019-08-06 22:45
  • 阅读:1092

mui 拍摄的视屏为什么在手机上播放只有声音,图像显示不出来

分类:HTML5+

//摄像
function getVideo(obj) {
var c = plus.camera.getCamera();
var fmt = c.supportedVideoFormats[0];
var res = c.supportedVideoResolutions[8];

c.startVideoCapture(function(path) {      
    console.log(path)  
    videoAjax(path)  
}, function(s) {  
    console.log("error" + s.message);  
}, {  
    filename: "_doc/" + GenerateRandom() + ".mp4"  
    resolution: res,  
    format: fmt  
});  

}

2018-09-10 15:39 负责人:无 分享
已邀请:
3***@qq.com

3***@qq.com

我也遇到这个问题啊,苹果机不会,安卓机只有声音,没有画面,这是怎么回事?

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