mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-05 03:19:23 +00:00
New mod: Vive Eye Tracking
This commit is contained in:
parent
de463d2236
commit
a72af43f69
10 changed files with 432 additions and 0 deletions
21
ml_vet/README.md
Normal file
21
ml_vet/README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Vive Eye Tracking
|
||||
This mod complements functionality of in-game SRanipal face tracking module and makes it work additionaly as eye tracking module.
|
||||
|
||||
# Why?
|
||||
* Game has unfinished/unused and forcibly disabled eye tracking code that actually uses SRanipal API instead of TobiiXR.
|
||||
* Implemented native TobiiXR eye tracking is very unreliable. It freezes main thread with 66% chance at game launch and has limited detection of eyes openness.
|
||||
|
||||
# Benefits?
|
||||
* SRanipal API supports ranged eyes openness detection, unlike TobiiXR. You can finally smirk now.
|
||||
* There is no main thread freeze at game launch.
|
||||
* Semi-ready for future game update with separated eyes blinking.
|
||||
|
||||
# Installation
|
||||
* Install [latest MelonLoader](https://github.com/LavaGang/MelonLoader)
|
||||
* Get [latest release DLL](../../../releases/latest):
|
||||
* Put `ViveEyeTracking.dll` in `Mods` folder of game
|
||||
|
||||
# Usage
|
||||
Available mod's settings in `Settings - Implementation - Vive Eye Tracking`:
|
||||
* **Enable eye tracking:** eye tracking state; `false` by default.
|
||||
* Note: If Vive face tracking is already running, enabling requires Vive face tracking restart.
|
Loading…
Add table
Add a link
Reference in a new issue