Use MediaPipe facetracking for VTubing.
This is a very early version. I will work more on it.
- Face tracking ARKit
- Face tracking vowels (works automatically in VSeeFace)
- Body tracking
- Finger tracking
Program uses the VTube Studio format and pretends to be a 3rd party app like VTube Studio. In VSeeFace you can turn on 3rd party app and select VTube Studio. Once you start the tracker the character will start moving. This only supports ARKit.
Send a drink if you liked it! https://www.buymeacoffee.com/nuemedia
- Install dependencies, prefferably in a venv.
pip install mediapipe opencv-python numpy
- Download facetracker task.
- Adjust camera device and ip in tracker.py if needed. (May add launch options later.)