Fork of benaclejames/VRCFaceTracking with some tweaks. Docs for avatars, parameters and modules: docs.vrcft.io.
Runs on Windows and Linux; macOS builds are experimental. You can run several tracking modules at once: each module can be limited to the data it should provide (eyes, brows, mouth, tongue, head). I also added a live view of the module camera feeds for debugging, under the developer section of the settings page.
Grab the archive for your OS from the latest release and extract it anywhere.
- Windows: run
VRCFaceTracking.exe. Settings and installed modules in%AppData%\VRCFaceTrackingcarry over from the upstream build. - Linux: run
./VRCFaceTracking. Minimal distros also needlibice6andlibsm6. Most tracking modules only ship Windows binaries, so check your module works on Linux before relying on it. - macOS: run
./VRCFaceTracking. If Gatekeeper complains, runxattr -dr com.apple.quarantine <extracted folder>. SteamVR features are unavailable on macOS.
Needs the .NET 10 SDK.
powershell -ExecutionPolicy Bypass -File build.ps1
Apache-2.0, same as upstream. See LICENSE.