Receive skelton info from kinect and show it in the scene
Closed this issue · 5 comments
chikashimiyama commented
- 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
chikashimiyama commented
@strangerattractor
I guess you need an option on the inspector to turn off the skeleton tracking. I think it fairly resources consuming.
strangerattractor commented
If that is possible, that would be very helpful, yes
chikashimiyama commented
The Skeleton demo scene shows max 25 joints of the person in front of the kinect sensor.
chikashimiyama commented
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
strangerattractor commented
Works works and works