修改页面刷新时间
This commit is contained in:
parent
e17306a29d
commit
08b626fd4b
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue