# clmtrackr

clmtrackr is a javascript library for fitting facial models to faces in videos or images - including live video streams & webcam. It tracks a face and outputs the coordinate positions of aspects of the face. This allows you to take a video feed from the browser and track a face through this and implement it immediately. This means any website can be come a medium for controlling elements with your face. I have created an empty template based on Kyle McDonalds example on p5.js which is availbale on the digital toolkit repo.

Within the toolkit clmtrackr was used to develop eyebrowpong.com. However we will be providing further examples of what you can do with it.

{% embed url="<https://www.auduno.com/clmtrackr/>" %}

Examples in p5.js editor:

[P5.JS EXAMPLES](https://editor.p5js.org/josephlyons/collections/gHdEoMWhQ)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://josephlyons.gitbook.io/face-control-digital-toolkit/tools/clmtrackr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
