strangerattractor/Soundvision_PUBLIC

Receive skelton info from kinect and show it in the scene

Closed this issue · 5 comments

  • get the skeleton info from Kinect2
  • show the tracked body parts in the unity scene
  • add an option checkbox for turning on/off skeleton tracking to the KinectManger script

@strangerattractor
I guess you need an option on the inspector to turn off the skeleton tracking. I think it fairly resources consuming.

If that is possible, that would be very helpful, yes

bc04eca

The Skeleton demo scene shows max 25 joints of the person in front of the kinect sensor.

It's actually already possible to detect more than two people if you check the source (max 6 people) but I don't include that for the demo scene

Works works and works