function shooting(){
var cmr0 = plus.camera.getCamera();
//alert(cmr0.stopVideoCapture);
cmr0.startVideoCapture( function( path ){
//clearTimeout(vTimer);
//alert( "Capture video success: " + path );
var picPath = "../../" + path.substr(1);
document.getElementById("videoEL").src = picPath;
},
function( error ) {
//clearTimeout(vTimer);
alert( "Capture video failed: " + error.message );
},
{resolution:videoResolutions[0],
format:"mp4"
}
);
cmr0.stopVideoCapture();无效
}
拍拍熊爸爸
- 发布:2015-11-02 13:29
- 更新:2015-12-25 10:25
- 阅读:2443
1 个回复
woon
同样的问题,请支持回答