Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/hardware/vr/pico/pico4pe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ The Pro and Enterprise editions only differ in the available system software and
2. Enable both Eye Tracking and Lip Tracking on Pico Settings, those can be found under LAB tab.
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.
4. Install [Pico Connect](https://www.picoxr.com/global/software/pico-link) on your computer.
5. After installing Pico Connect on your computer you should update a hidden configuration to change its facetracking to legacy protocol,
find the file at `C:\Users\{YourUsername}\AppData\Roaming\PICO Connect\setting.json` and change `faceTrackingTransferProtocol` to `2`.
This is a temporary fix; currently the Pico4SAFTExtTrackingModule does not support the newer protocol.
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,
find the file at `C:\Users\{YourUsername}\AppData\Roaming\PICO Connect\setting.json` and change the next values:
- `faceTrackingTransferProtocol` to `2`.
- `faceTrackingMode` to `1`.

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.

## Streaming Assistant Setup (Legacy)

Expand Down