Skip to content

Commit 4fcd8a4

Browse files
authored
Merge pull request #87 from Aztilux/patch-1
Add instructions to modify faceTrackingMode in the Pico 4 Pro / Enterprise guide
2 parents dea9340 + 4902427 commit 4fcd8a4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/hardware/vr/pico/pico4pe.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ The Pro and Enterprise editions only differ in the available system software and
1010
2. Enable both Eye Tracking and Lip Tracking on Pico Settings, those can be found under LAB tab.
1111
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.
1212
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.
1619

1720
## Streaming Assistant Setup (Legacy)
1821

0 commit comments

Comments
 (0)