I've been working on converting my Kinect application in Processing from taking in OSC messages from osceleton to taking in messages from another wrapper.
My issue is that the new wrapper sends out messages in the form of bundles and I can't figure out how to extract data from them or read them.
The formatting of messages that are received is as follows (bracketed items are bundles):
kinect/skeleton/id/[joint_name]
Under the joint name there are these variables:
x (float -2.0 - 2.0)
y (float -2.0 - 2.0)
z (float -2.0 - 2.0)
If anyone could point me either to examples of unpacking and using data from bundles in OSC in processing or give me sample code to unpack that message I would be beyond grateful. If you need more information let me know and I'll be glad to provide it. Thanks!