cmr.startVideoCapture( function( path ){
console.log( "Capture video success: " + path );
},
function( error ) {
console.log( "Capture video failed: " + error.message )’//Capture video failed: undefined
},
);
cmr.startVideoCapture( function( path ){
console.log( "Capture video success: " + path );
},
function( error ) {
console.log( "Capture video failed: " + error.message )’//Capture video failed: undefined
},
);
1 个回复
打扰了
回退到3.4.7.20220422 版本 就好了 我也是报undefined ,怎么写都不对 。回退更新就好啦。