auduno / clmtrackr

Javascript library for precise tracking of facial features via Constrained Local Models
MIT License
6.51k stars 1.16k forks source link

Hint: Inline Video Size is necessary #145

Open vin-ni opened 6 years ago

vin-ni commented 6 years ago

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.

tetreault commented 5 years ago

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.

laurent-kouassi commented 5 years ago

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

amsheehan commented 3 years ago

You beautiful bastard...