Facetracking example


This is an example of face tracking using the javascript library clmtrackr. The fitting method is generally called "Non-rigid/deformable face tracking/alignment using constrained local models".

Note that this example works best in Google Chrome, with a computer that supports WebGL and floating point textures. It should however work in any modern browser.

To try it out:

  1. allow the page to use your webcamera
  2. make sure that your face is clearly visible in the video, and click start
  3. see the model fitted to your face

There was some problem trying to capture your webcamera, please check that your browser supports WebRTC. Using a fallback video instead. To try it out:

  1. click start
  2. see the model fitted to the face

Fork me on GitHub