UomoCaffeLatte / godot-nuitrack

Godot C++ module for the Nuitrack body tracking module
1 stars 1 forks source link

Nuitrack skeleton module wrapper #6

Open UomoCaffeLatte opened 4 years ago

UomoCaffeLatte commented 4 years ago

Proposed Change

Callback function that is hooked to each frame update. This function will take the skeleton data in each frame using a wrapper function. This will be created for a singular user to start with. On a later date, multiple user data feature will be implemented. The users skeleton data will then be accessible from gdscript by passing back a godot variant object.

Why is this important

This provides Godot users access to the skeleton data obtained in each frame. Which can then be processed in Godot to their liking.

Additional Context

UomoCaffeLatte commented 4 years ago

Creating functionality to fetch skeleton data using Nuitracks ID system.