فهرست منبع

检测 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