auduno / headtrackr

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

reset? #11

Closed forresto closed 10 years ago

forresto commented 11 years ago

Sometimes it loses the face and can't get it back without reloading the page. Is there a way to manually reset the tracking portion?

auduno commented 11 years ago

Sorry for the late reply here,

did you try to call stop() and start() again on the headtrackr tracker instance? Sometimes it locks on to something in the background, and I haven't really found an efficient way to detect when that happens.