Skip to content

VRChat OSC App to allow AV3 Avatars to interact with Vive SRanipal Eye and Lip Tracking SDK

License

Notifications You must be signed in to change notification settings

Fox-McCloud/VRCFaceTracking

This branch is 576 commits behind benaclejames/VRCFaceTracking:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 27, 2022
Jun 6, 2022
Nov 25, 2022
May 5, 2021
May 5, 2021
Jan 24, 2022
Jul 30, 2022
Feb 27, 2022

Repository files navigation

๐Ÿ‘€ VRCFaceTracking

Provides real eye tracking and lip tracking in VRChat via the HTC Vive Pro Eye's SRanipal SDK.

Discord

๐ŸŽฅ Demo

https://www.youtube.com/watch?v=KbbfYW-hnMk

๐Ÿ›  Avatar Setup

For this app to work, you'll need to be using an avatar with the correct parameters or an avatar config file with the correct mappings. The system is designed to control your avatar's eyes and lips via simple blend states but what the parameters control is completely up to you.

๐Ÿ‘€ Eye Parameters

It's not required to use all of these parameters. Similar to the setup of parameters with Unity Animation Controllers, these are all case-sensitive and must be copied EXACTLY as shown into your Avatar's base parameters. A typical setup might look something like this:

Please make sure you disable the built in simulated eye tracking in your avatar descriptor. This will almost certainly mess with things if left on. Personally, I've also had some issues with blink blendshapes being overrided by my gesture layer so if you can see your eyes fine but others see them half closed, I would reccomend removing your Additive layer so the default is not applied. It should say "None (Runtime Animator Controller)" if it's removed correctly.

Feel free to consult the wiki for a setup guide and more info as to what each parameter does

๐Ÿ‘„ Lip Parameters

There are a large number of parameters you can use for lip tracking.

Lip Tracking Setup Guide - Basic setup guide

Combined Lip Parameters - Combined parameters to group mutually exclusive face shapes.

Blend Shape Setup - Reference of standard blend shapes for to be used with facetracking

You can also refer to this visual guide from NeosVR on what the following API parameters do: https://casuallydotcat.wordpress.com/2020/02/10/the-ultimate-neos-blend-shape-guide-february-2020/

โ›“ External Modules

Use the following modules to add support for other hardware:

  • VRCFTVarjoModule - Adds support for Varjo eye tracking (Varjo Aero)
  • LiveLink - Adds support for LiveLink face tracking (iPhone)
  • PimaxEyeTracking - Adds support for Pimax eye tracking
  • VRCFTOmniceptModule - Adds support for HP Omnicept eye tracking
  • NoVRCFT - Adds support for webcam based eye and face tracking using NeosWCFaceTrack and OpenSeeFace

๐Ÿ‘‹ Credits

  • VIVE for the SRanipal SDK and their awesome hardware! โค

About

VRChat OSC App to allow AV3 Avatars to interact with Vive SRanipal Eye and Lip Tracking SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%