Hey all;
I was hoping someone could help me figure out what's going wrong.
I've a Kinect hooked up to my computer and am running Synapse to get OSC info to Pure Data.
I'm having issues with receiving the info into PD.
I've the following:
[dumpOSC 12345]
|
[route /leftelbow_pos_screen]
|
[unpack f f f]
|
(3 number boxes)
However I'm not getting any data through.
If I add a [print] to the [dumpOSC] i get the following:
print: /tracking_skeleton 1
print: /tracking_skeleton 1
print: /tracking_skeleton 1
print: /leftelbow right
print: /tracking_skeleton 1
print: /tracking_skeleton 1
print: /tracking_skeleton 1
print: /tracking_skeleton 1
print: /torso forward
print: /tracking_skeleton 1
print: /tracking_skeleton 1
print: /tracking_skeleton 1
print: /leftknee left
print: /tracking_skeleton 1
print: /tracking_skeleton 1
print: /leftfootleft
print: /tracking_skeleton 1
print: /tracking_skeleton 1
This kind of thing repeatedly but nothing in the number boxes coming from the unpack.
I'm really lost here.
I've looked at the following bits to see if what's on screen in these work for me, but no joy yet.
http://k3nofficial.files.wordpress.com/2012/01/img_2542.jpg
Anyone have any advice please?