double start fix

parent 28541ebd
......@@ -71,8 +71,11 @@ void FaceDetector::Start(
faceCheckCallback = &checkCallback;
faceFrameReadyCallback = &faceCallback;
if(!started)
{
started = true;
Loop();
}
}
///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment