飞向月球8
飞向月球8
  • 发布:2016-02-19 15:37
  • 更新:2016-02-19 15:37
  • 阅读:2437

【bug】android调用摄像头,摄像,闪退

分类:HTML5+

真机调试,Android调用cmr.startVideoCapture方法后,直接闪退,ios正常的

var res = cmr.supportedImageResolutions[0];  
            var fmt = cmr.supportedVideoFormats[0];  
            console.log("支持摄影的格式:"+fmt);  
            console.log("支持摄影的分辨率:"+res);  
            //调用摄像头进行摄像操作  
            cmr.startVideoCapture(  
                function(path){  
                    alert( "Capture video success: " + path );    
                },  
                function(error){  
                    alert( "Capture video failed: " + error.message );  
                },  
                {  
                    resolution:res,  
                    format:fmt  
                }  
            );
2016-02-19 15:37 负责人:无 分享
已邀请:

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