An open API service indexing awesome lists of open source software.

https://github.com/dfghiatus/questpro4neos

Meta Quest Pro eye and face tracking for NeosVR
https://github.com/dfghiatus/questpro4neos

eye-tracking face-tracking facebook meta mod natural-expressions neos neosvr-mod

Last synced: 4 months ago
JSON representation

Meta Quest Pro eye and face tracking for NeosVR

Awesome Lists containing this project

README

        

# QuestPro4Neos

A [NeosModLoader](https://github.com/zkxs/NeosModLoader) mod that brings the Quest Pro's [eye tracking](https://developer.oculus.com/documentation/unity/move-eye-tracking/) and [natural expressions](https://developer.oculus.com/documentation/unity/move-face-tracking/) to [Neos VR](https://neos.com/) avatars.

Related issues on the Neos Github:
1. https://github.com/Neos-Metaverse/NeosPublic/issues/1140
1. https://github.com/Neos-Metaverse/NeosPublic/issues/3770

## Usage
1. Install [NeosModLoader](https://github.com/zkxs/NeosModLoader).
1. Download the [latest release](https://github.com/dfgHiatus/QuestPro4Neos/releases/latest) of this mod and place it in your NeosVR install folder. This folder should be at `C:\Program Files (x86)\Steam\steamapps\common\NeosVR\` for a default install. Extract the archive, ensuring that `OSCCore` is present and `QuestProModule` is present in `nml_mods`. his folder should be at `C:\Program Files (x86)\Steam\steamapps\common\NeosVR\nml_mods` for a default install, or you can create this folder if it is missing.
1. Install [ALVR v20](https://github.com/alvr-org/ALVR-nightly/releases) and run it.
1. Start the game.

If you want to verify that the mod is working you can check your Neos logs, or create an EmptyObject with an AvatarRawEyeData/AvatarRawMouthData Component (Found under Users -> Common Avatar System -> Face -> AvatarRawEyeData/AvatarRawMouthData).

A big thanks to [Geenz](https://github.com/Geenz) and [Earthmark](https://github.com/Earthmark) for their contributions and testing this mod, not owning the headset myself this would not be possible without them. Check out Geenz's fork [here](https://github.com/Geenz/QuestPro4Neos)