headtrackr
headtrackr copied to clipboard
Javascript library for headtracking via webcam and WebRTC/getUserMedia
An issue on Safari where you get a type error on createObjectURL.
fixed #54 > URL.createObjectURL(stream) has been deprecated [Read more](https://www.fxsitecompat.dev/en-CA/docs/2017/url-createobjecturl-stream-has-been-deprecated/)
Hi, I'm trying to get the awesome targets demo to run - it's displaying the webGL components fine, but not responding to movement in front of the camera. Would it...
I believe the problem is in [this line](https://github.com/auduno/headtrackr/blob/dev/headtrackr.js#L177), should use `video.srcObject = stream;` instead.
Hi, Please could you publish the latest version to NPM? It looks like it's still on v0.0.1? https://www.npmjs.com/package/headtrackr Thanks!
Is possible to associate names to different users to do some kind of face authentication? Example: http://mhuan.name/wp-content/uploads/2010/11/1.jpg I think that in 'facetrackingEvent' could have some attribute to identify each face
Hi everyone, I would like to know if there is a way to build the same haarcascade object (headtrackr.js line 841) from other haarcascade files ([like opencv xml files](https://github.com/Itseez/opencv/tree/master/data/haarcascades) for...
Hi, I'm playing around with the z distance. If you get too close to the camera or too far away, the guessed z distance kind of resets itself and jumps...
I think this would be useful, I used different vid sizes for my project
Hello, I am using https://github.com/addyosmani/getUserMedia.js to stream webcam in IE. But it is only streaming in flash when used in IE. And when i try to pass flash object to...