Explorar el Código

修改人脸录入提前30秒

wzbs hace 1 mes
padre
commit
665279f24c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Interactive/InteractiveFace.cpp

+ 1 - 1
Interactive/InteractiveFace.cpp

@@ -239,7 +239,7 @@ void InteractiveFace::timerEvent(QTimerEvent *event)
             QPainter painter;   // 画笔
 
             // 过滤无效帧, 前10帧不做处理
-            if(++m_FrameId <= 10)
+            if(++m_FrameId <= 30)
             {
                 m_image = image.copy();
                 if (m_imageGatherCallback.isCallable())