I have a question about processing sensor data in Touchdesigner.
I am using the Azure Kinect Sensor Camera.
When importing motion capture data from this depth camera, there are moments when the joint data is sometimes not recognized correctly and the estimated torso jumps forward and backward.
I would like to ignore or remove the values from these moments, what would be a good solution?
We have a total of 7 data values per joint.
Position values: 3, Rotation values (quaternions): 4.
My guess is that I need to hold the values if the change in the moment between frames is too large, but I would like to get your opinion on how to do it.
The data was captured when the torso suddenly changed from front to back.
On the graph, it looks like we only need to grab two values from the quaternion values.