TigersUniverse / VRCFaceTracking-LiveLink

Updated version of Dazbme's original VRCFT LiveLink module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VRCFT iPhone/iPad ARKit LiveLink Module

Temporary host for Dazmbe's LiveLink module, compatible with VRCFaceTracking v5.0.0+

Note that the tracking will only realistically work without a headset on your face, so this is primary meant for use in VRChat's desktop mode.

โ–ถ Usage

You need an IPhone X/XS/XR or newer, 12.9-inch IPad Pro 3rd gen or newer, or 11-inch IPad Pro 1st gen or newer to make use of this module.

  • Install and integrate VRCFaceTracking into your application
    • If you are not a developer, then you probably don't need to do this.
    • See the integrating application documentation for more information
  • Copy the VRCFT-LiveLink.dll into wherever CustomLibs are installed
    • Find the .dll under "Assets" in the latest release
    • If you need the dll for netstandard2.1 or net7.0, then download the zip and find it in the corresponding folder
  • Install the app "Live Link Face" by Unreal Engine on your Apple device
    • Ensure that your Apple device is connected to the same network as your computer
  • Open Live Link Face on the Apple device, and open settings, then tap the Live Link option at the top
  • Start your application and initialize VRCFaceTracking
  • Add your computer's local IP address here, which should have been printed out in the VRCFaceTracking logs. There is no way to change the port for now, so leave it as the LiveLink default 11111
  • Return to the main screen and tap the Live button at the top. If it is green, the app is streaming data
  • Start VRChat in desktop mode, equip a VRCFT-enabled avatar, and enjoy facial tracking!

๐Ÿ” Troubleshooting

  • Right click, open the properties of the .dll, and check this box if you see it to unblock the file
  • Double check to make sure that your Apple device and computer are connected to the same network
  • Double check the IP address and port number entered in LiveLink match your computer's local IP address and that the port is either left blank or set to 11111
  • Check that the IP address enetered is the local IP for the shared network, and not for any other networks your computer may be connected to (e.g. Hamachi, Public IP)
  • Ensure that your avatar supports VRCFT, and check in the toggles to make sure it is enabled
  • Check your Windows network settings, and ensure that the network is set as a private network

๐Ÿ‘‹ Credits

About

Updated version of Dazbme's original VRCFT LiveLink module


Languages

Language:C# 100.0%