A C# library for parsing FT data from PICO 4 Pro.
Note: If you are using the newer version of VRCFaceTracking (that runs on .NET 7), then try out Mitchell Taylor's Implementation.
- (TBA by PICO) Download and install the latest Streaming Assistant for PICO
- Remove or rename
pico_et_ft_bt_bridge.exe
in%StreamingAssistantInstallationDirectory%\driver\bin\win64
. Typically it's in?:\Program Files (x86)\Streaming Assistant\driver\bin\win64
where?
is a drive letter - Download the latest module file from Release
- Put both
PicoBridge.dll
andPicoVRCFTModule.dll
into%appdata%\VRCFaceTracking\CustomLibs
- Start VRCFaceTracking!
- Basic gaze tracking
- Eyelid support
- Basic expression support
- Viseme support
Some avatars may not respond to eye closing. This is a known issue that we are investigating.
Expression support is still under development. It seems that PICO's data doesn't map cleanly to the formats of other vendors. We will need to convert them.
Please make sure that you have removed pico_et_ft_bt_bridge.exe
and restarted Streaming Assistant. Should the problem persists, please report it in the Issues.
- Ben Thomas for VRCFaceTracking
- C095 for providing crucial information and testing