auduno / headtrackr

Javascript library for headtracking via webcam and WebRTC/getUserMedia
3.69k stars 504 forks source link

multiple headtrackr #28

Closed WindzCUHK closed 10 years ago

WindzCUHK commented 10 years ago

For line "track = function() {",

"var" is missing, the function becomes global and cause multi-headtrackr not working

auduno commented 10 years ago

Good catch! I'll try to update the code during the weekend, adding the missing "var". Thanks!

auduno commented 10 years ago

Done!