| English | 简体中文 |
VRCFTPicoModule is an extension module that adds support for PICO 4 Pro / Enterprise to VRCFaceTracking.
Download the latest module (VRCFTPicoModule.zip) and one step setup script (SetupPICOConnect.ps1) from here.
Download the CI build from here.
Right Click the SetupPICOConnect.ps1, and select Run with Powershell.
Note
You may need change the execution policy in PowerShell
Start PowerShell with administrator privilege and run the command below:
Set-ExecutionPolicy RemoteSigned
Start VRCFaceTracking and Click the Module Registry tab.
Then click the Install Module from .zip button.
Select the file named VRCFTPicoModule.zip.
Done! You have successfully installed the module.
Important
If you are using PICO Connect.
You will need to manually change the protocol version or run a one-step setup script.
Note
To manual change protocol version,
you will need change the value of faceTrackingTransferProtocol in the settings.json file located in the %AppData%/PICO Connect/ directory to 2 or 1.
To selectively disable eye or facial expression tracking, please follow these steps:
- Create
.disable_eyeto disable eye tracking - Create
.disable_expressionto disable facial expression tracking