-
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
clmtrk not working correctly when i give video and canvas size as variable. #151
Comments
It is always easier to discuss code, while looking at code. Could you provide some sort of example what you are trying to accomplish? |
`videoInput = createCapture(VIDEO);
this is my part of code and when iam giving x,y as some number everything is perfect but when i am giving x=window.innerwidth and y=window.innerheight the clmtrck efficiency(eye detection) is decreased. |
I cannot try out at the moment, that is why I am just throwing questions at you. |
if i hard code any value there is no problem ,efficiency is also good. |
so when i give video size and canvas size as a variable of window.innerwidth and window.innerheight
clm trckr not tracking correctly ...
i cant fix video size as it depends on the system we are using and iam using it in my webpage.
The text was updated successfully, but these errors were encountered: