-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My tracker doesn’t work...i can see the default model but it won't match my face ,why? #157
Comments
I am going to go with: your code. |
You do not call 'getCurrentPosition()' inside your function drawLoop(). This might be a problem. I cannot test, because I am not willing to copy your code from screenshot.
|
Also, you do not call your positionLoop method anywhere, as far as I can tell. Having a double nested function in there seems dangerous. Have a look at the example at https://github.com/auduno/clmtrackr/blob/dev/examples/clm_video.html . |
Thanks for your patience. I inserted ctracker.draw(overlay) but it didn't work. |
I'm getting the same issue when I don't use getCurrentPosition (draws face in top left), and when I add the check for getCurrentPosition it doesn't draw at all -- Not detecting the face. |
when i open the html i wrote, the video works fine, but the default face model stay still on the left of the video, it won't match my face.
i'm pretty sure the code has no problem, the console reports no warning, and the light on my face is even. So do you have any idea where the problem might come from?
The text was updated successfully, but these errors were encountered: