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: docs/hardware/vr/pico/pico4pe.mdx
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,12 @@ The Pro and Enterprise editions only differ in the available system software and
10
10
2. Enable both Eye Tracking and Lip Tracking on Pico Settings, those can be found under LAB tab.
11
11
3. Verify that you have Pico Connect installed on your headset. If not, you will need to get it from the Pico Store first before continuing.
12
12
4. Install [Pico Connect](https://www.picoxr.com/global/software/pico-link) on your computer.
13
-
5. After installing Pico Connect on your computer you should update a hidden configuration to change its facetracking to legacy protocol,
14
-
find the file at `C:\Users\{YourUsername}\AppData\Roaming\PICO Connect\setting.json` and change `faceTrackingTransferProtocol` to `2`.
15
-
This is a temporary fix; currently the Pico4SAFTExtTrackingModule does not support the newer protocol.
13
+
5. After installing Pico Connect on your computer you should update a hidden configuration to change its facetracking to legacy protocol and Image-driven mode,
14
+
find the file at `C:\Users\{YourUsername}\AppData\Roaming\PICO Connect\setting.json` and change the next values:
15
+
-`faceTrackingTransferProtocol` to `2`.
16
+
-`faceTrackingMode` to `1`.
17
+
18
+
This is a temporary fix; currently the Pico4SAFTExtTrackingModule does not support the newer protocol. Modifying the facetracking mode will also prevent the facetracking from stopping to work when theres microphone input.
0 commit comments