Hint: Inline Video Size is necessary
vin-ni opened this issue · 3 comments
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.
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, howevergetCurrentPosition
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
You beautiful bastard...