lens-studio-face-tracking

Installation
SKILL.md

Lens Studio Face Tracking — Reference Guide

Face tracking is the foundation of most Snapchat phone lenses. Lens Studio tracks faces in real time using the front camera, providing mesh, landmarks, attachment points, and expression weights.


FaceTrackingComponent

Setting up face tracking

Add a Head asset from the Add menu (Scene Hierarchy panel → + → Face → Head). This creates a face tracking hierarchy automatically.

To access the face tracking component in script:

// Get the FaceTracking component from the head object
const faceTracking = headSceneObject.getComponent('FaceTracking')
Related skills

More from rolandsmeenk/lensstudioagents

Installs
4
GitHub Stars
5
First Seen
Mar 5, 2026