SkillAgentSearch skills...

VRCFTPicoModule

VRCFaceTracking module for PICO

Install / Use

/learn @lonelyicer/VRCFTPicoModule
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

VRCFTPicoModule

GitHub Release GitHub Downloads (all assets, all releases) GitHub Actions Workflow Status

| English | 简体中文 |

VRCFTPicoModule is an extension module that adds support for PICO 4 Pro / Enterprise to VRCFaceTracking.

Getting Started

1.Download

Download the latest module (VRCFTPicoModule.zip) and one step setup script (SetupPICOConnect.ps1) from here.
Download the CI build from here.

2.Run one step setup script (optional)

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 

3.Install module

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.

Configuration

To selectively disable eye or facial expression tracking, please follow these steps:

1.Navigate to the module's configuration directory (path can be found in module logs)

2.Create corresponding files:

  • Create .disable_eye to disable eye tracking
  • Create .disable_expression to disable facial expression tracking

3.Restart the VRCFaceTracking for changes to take effect

Related Skills

View on GitHub
GitHub Stars17
CategoryDevelopment
Updated4mo ago
Forks3

Languages

C#

Security Score

72/100

Audited on Dec 1, 2025

No findings