You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,3 +38,13 @@ Done! You have successfully installed the module.
38
38
> [!NOTE]
39
39
> To manual change protocol version,
40
40
> you will need change the value of `faceTrackingTransferProtocol` in the `settings.json` file located in the `%AppData%/PICO Connect/` directory to `2` or `1`.
41
+
42
+
## Configuration
43
+
44
+
To selectively disable eye or facial expression tracking, please follow these steps:
45
+
46
+
### 1.Navigate to the module's configuration directory (path can be found in module logs)
47
+
### 2.Create corresponding files:
48
+
- Create `.disable_eye` to disable eye tracking
49
+
- Create `.disable_expression` to disable facial expression tracking
50
+
### 3.Restart the VRCFaceTracking for changes to take effect
0 commit comments