修改配置

master
Miku 1 year ago
parent 8da2734bcc
commit 79527051d2

@ -127,7 +127,6 @@ function init(){
} }
} }
openMedia(); openMedia();
} }
//摄像头调用配置 //摄像头调用配置
@ -157,14 +156,6 @@ function init(){
// 正式启动摄像头 // 正式启动摄像头
function openMedia(){ function openMedia(){
navigator.mediaDevices.getUserMedia(mediaOpts).then(successFunc).catch(errorFunc); navigator.mediaDevices.getUserMedia(mediaOpts).then(successFunc).catch(errorFunc);
// 截屏间隔时间(单位:毫秒)
var interval = 5000;
// 开始定时截屏
setInterval(function() {
drawMedia();
}, interval);
} }
//关闭摄像头 //关闭摄像头

Loading…
Cancel
Save