瀏覽代碼

检测 inputVideo 是否存在

Michael Wang 5 年之前
父節點
當前提交
a819e37358
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/features/OnlineExam/Examing/FaceMotion/FaceMotion.vue

+ 1 - 0
src/features/OnlineExam/Examing/FaceMotion/FaceMotion.vue

@@ -873,6 +873,7 @@ export default {
       await new Promise(resolve => {
         const interval = setInterval(() => {
           if (
+            videoEl &&
             videoEl.readyState === 4 &&
             faceapi.nets.tinyFaceDetector.params &&
             faceapi.nets.faceExpressionNet.params