OSCeleton two users?

post's picture

Hi guys --

I'd like to track more than 1 person with the kinect.

Has anyone got this working in QC?

OSCeleton looks to me to support multiple user IDs:

Address pattern: "/joint"
Type tag: "sifff"
s: Joint name, check out the full list of joints below.
i: The ID of the user.
f: X coordinate of joint in interval [0.0, 1.0]
f: Y coordinate of joint in interval [0.0, 1.0]
f: Z coordinate of joint in interval [0.0, 7.0]

https://github.com/Sensebloom/OSCeleton

All the best -R

offonoll's picture
Re: OSCeleton two users?

I got it working time ago osceleton with two users.

http://vimeo.com/20329896

this is what I type on osceleton: ./osceleton-osx -a 127.0.0.1 -p 8110 -mx 2 -my -2 -mz -1 -ox -1 -oy 0.75 -oz 1 -q\t\t

-q\ <- this calls quartz composer format

on QC you need to use this osc patch: http://hexler.net/software/qcosc

cheers!!

gaz's picture
Re: OSCeleton two users?

I have the same problem I want to track more than one person with kinect and osceleton. can u tell me how can I edit the code and get skeleton data for atleast two users. ( your video seems like the exact thing that I want to do)

thanks,

gaz's picture
Re: OSCeleton two users?

Did you fin out how ot do it cause I have the same problem now? can you please let me know if you solve it. Thanks

monobrau's picture
Re: OSCeleton two users?

Did you checkout the tryplex toolkit? It works with OSCeleton, and supports up to six users.

http://code.google.com/p/tryplex/

It includes the first version of OSCeleton, and it should work with the latest version as well. Start OSCeleton up without any flags (to send to the default 7110 port), and run the sendosc app to route the messages from OSCeleton to port 7111 in QC.

gaz's picture
Re: OSCeleton two users?

Actually I am not using QC I am only usign OSCleton and then I want the skeleton data to go into TouchDesigner program. so should I still use the tryplex toolkit?

thanks

monobrau's picture
Re: OSCeleton two users?

Ah, no, tryplex&QC is mac only. Maybe try the max/msp or VVVV forums, I believe there are some OSCeleton adaptations over there as well.