Parcourir la source

修改人脸录入提前30秒

wzbs il y a 1 mois
Parent
commit
665279f24c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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())