From 08b626fd4b53296e73f9c76b0f78765ac90f23be Mon Sep 17 00:00:00 2001 From: terric Date: Tue, 21 Nov 2023 11:02:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/FaceDetectManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/FaceDetectManager.cs b/Assets/Scripts/FaceDetectManager.cs index 766fa89..dd5e771 100644 --- a/Assets/Scripts/FaceDetectManager.cs +++ b/Assets/Scripts/FaceDetectManager.cs @@ -75,7 +75,7 @@ public class FaceDetectManager : MonoBehaviour detectRect = new Rect(); lndmrk = new Mat(2, 84, CvType.CV_32FC1, 0.0f); - InvokeRepeating("AnalyzingFace", 0.5f, 1f); + InvokeRepeating("AnalyzingFace", 0f, 1f); } private bool InitModel()