Azure Kinect : Record Image & BodyTracker data for playback

Just stumbled upon this post : Devices.AzureKinect.Femto playback difficulty with Mega
From it, I discovered that we can record things from the AzureKinect using k4awrapper’s commandline k4arecorder and then playback things in VVVV using AzureKinectPlayer.

From my quick test, this node can only plug into Image Nodes (ColorImage, DepthImage, etc.) but not the BodyTracker.

Is there a way using existing tools to record both Image data & Body Tracked data for quick playback inside VVVV ?


If there is none, it’s okay, I am currently making a custom things to record the BodyTracked & Image Stream simultaneously directly inside VVVV.

Just don’t want to do useless work that existing tools may be able to do

Thanks.

have you tested this with latest versions? this issue was fixed with VL.Devices.AzureKinect.Femto 1.7.2 and VL.Devices.AzureKinect 1.9.2

Installed the update of the VL.Devices.AzureKinect.Femto (nuget install VL.Devices.AzureKinect.Femto) and now it work !

Thanks