You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we add a hint that it's necessary for the video tag to have a size set?
My Video was sized only with css and therefore clmtrackr wasn't working. The ctracker.getCurrentPosition()returned false and it took me quite some time finding the cause.
The text was updated successfully, but these errors were encountered:
I'm still having getCurrentPosition() return false even though I height and width set on the video tag. Any advice here? I'm following along with the emotion detection demo, but placing it inside of a Vue project. So far everything works in the sense that I have no errors, however getCurrentPosition is always false.
I'm still having getCurrentPosition() return false even though I height and width set on the video tag. Any advice here? I'm following along with the emotion detection demo, but placing it inside of a Vue project. So far everything works in the sense that I have no errors, however getCurrentPosition is always false.
Hi @tetreault , Here too i am having the issue. Have you got any solution yet? How did you got it fixed?
Thank you
Could we add a hint that it's necessary for the video tag to have a size set?
My Video was sized only with css and therefore clmtrackr wasn't working. The
ctracker.getCurrentPosition()
returned false and it took me quite some time finding the cause.The text was updated successfully, but these errors were encountered: