All Projects → benaclejames → VRCFaceTracking

benaclejames / VRCFaceTracking

Licence: Apache-2.0 license
VRChat OSC App to allow AV3 Avatars to interact with Vive SRanipal Eye and Lip Tracking SDK

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to VRCFaceTracking

home-space
Startpage and WebXR home
Stars: ✭ 43 (-75.57%)
Mutual labels:  vive, vrchat
VRChat-Tools
A collection of useful VRChat related tools for Unity!
Stars: ✭ 43 (-75.57%)
Mutual labels:  vrchat
VRChatRejoinTool
This software helps rejoin to the VRChat instance.
Stars: ✭ 51 (-71.02%)
Mutual labels:  vrchat
DynamicBonesStudio
A useful tool for quickly setting up and manipulating dynamic bones for Unity characters
Stars: ✭ 60 (-65.91%)
Mutual labels:  vrchat
EasyEventEditor
Drop in replacement for the default Unity event editor drawer that allows listener reordering
Stars: ✭ 103 (-41.48%)
Mutual labels:  vrchat
WorldCreatorAssistant
Unity Editor extension for automating VRChat world project package management
Stars: ✭ 133 (-24.43%)
Mutual labels:  vrchat
Aframe
🅰️ web framework for building virtual reality experiences.
Stars: ✭ 13,428 (+7529.55%)
Mutual labels:  vive
UdonVideoplayer
VRChat Videoplayer for Quest and PC
Stars: ✭ 20 (-88.64%)
Mutual labels:  vrchat
vrchatapi-csharp
🟣VRChat API Library for C#
Stars: ✭ 27 (-84.66%)
Mutual labels:  vrchat
SlimeVR-Server
Server app for SlimeVR ecosystem
Stars: ✭ 361 (+105.11%)
Mutual labels:  vrchat
VRCMods
⚙️ New features & quality of life improvements for VRChat
Stars: ✭ 21 (-88.07%)
Mutual labels:  vrchat
material-combiner-addon
Blender addon for material combining, uv bounds fixing
Stars: ✭ 309 (+75.57%)
Mutual labels:  vrchat
Unity-MSDF-Fonts
Basic tool to convert Unity fonts to use Multichannel Signed Distance Field fonts
Stars: ✭ 54 (-69.32%)
Mutual labels:  vrchat
KorikasAvatarPlugin
🐈 Manage your VRChat avatars with ease!
Stars: ✭ 27 (-84.66%)
Mutual labels:  vrchat
VRC-Ender-3
A functional 3d printer for VRChat worlds
Stars: ✭ 44 (-75%)
Mutual labels:  vrchat
vrchatapi-javascript
🟡 VRChat API Library for JavaScript and TypeScript
Stars: ✭ 32 (-81.82%)
Mutual labels:  vrchat
100Avatars
100Avatars - 200 open-source Avatars
Stars: ✭ 82 (-53.41%)
Mutual labels:  vrchat
janusweb
An in-browser implementation of JanusVR
Stars: ✭ 145 (-17.61%)
Mutual labels:  vive
USharpVideo
A basic video player made for VRChat using Udon and UdonSharp
Stars: ✭ 238 (+35.23%)
Mutual labels:  vrchat
VRCMods
A collection of various VRChat mods aimed at improving user experience or fixing issues
Stars: ✭ 235 (+33.52%)
Mutual labels:  vrchat

👀 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.

List of Parameters

👀 Eye Parameters

Eye Tracking Setup Guide

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].