Skip to content

Releases: jellydreams/VTS-Fullbody-Tracking

v1.0 (Beta)

26 Feb 18:12
Compare
Choose a tag to compare

fullbodytracking-v1-beta

Compatibility

Tracking Parameters

Custom XYZ position parameters for each body part:

  • Body: Overall position in space
  • Torso: Clavicles
  • Arms: Left and right shoulders, elbows, wrists
  • Hands: Left and right pinky knuckles, index knuckles, thumb knuckles
  • Hips: Position and rotation
  • Legs: Left and right knees, ankles
  • Feet: Left and right heels, forefoot position

Settings

  • Select Camera: Connect a camera
  • External Camera via URL: Connect your phone as an external camera
  • Mirror Camera: Flip the camera input horizontally
  • Choose Software: Select the software to connect to and configure a custom port

v0.1.11

31 Jan 11:18
Compare
Choose a tag to compare

Interface

  • Settings can now be updated while tracking is running. The 'Update' button must be clicked to apply changes.
  • The plugin can be stopped by clicking the close button (X) on the settings window, like a standard program.

New setting

  • Mirror Camera: Flips the camera input horizontally.

v0.1.10

11 Dec 21:40
Compare
Choose a tag to compare

Optimisation

  • Improved tracking smoothness
  • Upraded mediapipe to the lastest version (0.10.18)

New Setting: Tracking Setting

  • Added fields to allow to choose tracking mode

interface

v0.1.9

10 Dec 16:54
Compare
Choose a tag to compare

Nizima LIVE

The plugin is now compatible with the Nizima LIVE software.

New Setting: Software Selection

  • Choose the software you want to connect to.
  • Ensure that the port matches the one used by your selected software.

interface

v0.1.8

28 Nov 01:24
Compare
Choose a tag to compare

Optimisation

  • Reducing tracking latency

New Features

External Camera Connection

  • Added functionality to connect to an external camera via URL.
  • New Field: Added field for entering the Camera url connection.
Fill url of the external camera to connect Leave the field empty to use the local camera
interface-camera-url-field interface-camera-url-blank-field

New Error Handling

  • An error message will be displayed if the connection to the url camera fails. (it may take a few seconds for the message to appear)
    vts-fbt-error-connection-external-camera

  • An error message will be displayed if the connection to VTube studio fails.
    image

MacOS

  • Added support for retrieving camera names on macOS using system_profiler (related to issue #8)
  • add Wine compatibility for retrieving system names on macOS (a2f2385)

v0.1.7

30 Sep 01:20
Compare
Choose a tag to compare

Parameters

Update

  • Parameters: HIPS_ROTATION now uses the left hip value with the hips center as the pivot point.

v0.1.7-fix

20 Oct 09:16
Compare
Choose a tag to compare
v0.1.7-fix Pre-release
Pre-release
  • Creates temporary files required for the plugin to run in the same location as the .exe.

v0.1.6

31 Jul 10:24
Compare
Choose a tag to compare

Parameters

Update

  • Hips Positions: Now use the center of the body as the center. The body center is defined by the middle of the shoulders, hips, and feet.

New

  • Add BODY_X/Y/Z, coordinates in the image.

Interface

  • Display icon for pop-up when allow plugin in VTube Studio.
    icon_allow_popup

v0.1.5

28 May 21:39
Compare
Choose a tag to compare

Interface Design

  • new logo
  • new layout
  • new colors

image

Parameters

Updated

  • Left Shoulder: Now uses Right Shoulder as the center.
  • Right Shoulder: Now uses Left Shoulder as the center.

New

  • CLAVICLES X/Y/Z/Visibility: Follows right shoulder tracking using the hip as the center.
  • HIPS_POSITION X/Y/Z/Visibility: Follows right hip tracking using coordinates in the image.
  • HIPS_ROTATION X/Y/Z/Visibility: Follows left hip tracking using right hip as the center.

Removed

  • Nose
  • Right Ear
  • Left Ear
  • Right Hip
  • Left Hip

recommandation: remove the old version of the plugin in Vtube Studio before running the new version

v0.1.4

20 May 03:14
Compare
Choose a tag to compare

New Error Messages

  • Message displayed when there is a problem with the camera
  • plugin-message-camera-issue
  • Message displayed when tracking is not possible due to no human detection.
    vts-fbt-message-no-tracking-crop

Body Part Adjustments

  • Foot Index now uses the heel as the center.
  • Left Shoulder now uses the position of the left hip as the center.

Fix

  • Fixed issue #6 in the pyvts library.