point position using Kinect V2 camera -
i knew kinect v2 camera can detect skeleton joint position, need know how can determine (x,y,z) position of point in room using kinect- v2 camera?
you can take @ vitruvius libraries has thing u looking joint position , measuring distance.
this gets y coordinate of left hand joint
example of joint code: body.joints[jointtype.handleft].position.y
this gets distance of coordinates kinect v2 sensor
example of distance code: length(_bodies[_token.bodyarrindex].joints[jointtype.spinebase].position)
vitruvius github link: https://github.com/lightbuzz/vitruvius
vitruvius github gesture joints link: https://github.com/lightbuzz/vitruvius/tree/master/kinect%20v2/wpf/lightbuzz.vitruvius/gestures
vitruvius website: https://vitruviuskinect.com/
hope helps!
Comments
Post a Comment