Extract Kinect skeleton coordinates values
-
2012년 1월 27일 금요일 오후 8:11
Hello
I would like to know how to extract the values of the skeleton coordinates in vpl
example: hand left - (coord x)
- 편집됨 konnect rob 2012년 1월 27일 금요일 오후 8:28
모든 응답
-
2012년 2월 3일 금요일 오후 9:11i'd like to know that too... any help would be greatly appreciated :)
- 답변으로 제안됨 Gershon ParentOwner 2012년 3월 15일 목요일 오전 12:32
- 답변으로 제안 취소됨 Gershon ParentOwner 2012년 3월 15일 목요일 오전 12:32
-
2012년 3월 15일 목요일 오전 12:32소유자
- You must be using the final release of RDS4 and final release of Kinect for Windows 1.0
- Instead of looking at the "Notifications" you must instead perform a "QueryRawFrame" and respond to the "Success" message
- The data you seek is in the RawFrames object...
RawFrames.RawSkeletonFrameData.SkeletonData[0].Joints[JointType.HandLeft].Position.X
- 답변으로 제안됨 Gershon ParentOwner 2012년 3월 15일 목요일 오전 12:32
-
2012년 3월 22일 목요일 오전 5:11
Great - After this, is it possible to display the extracted values of the skeleton coordinates in vpl in a Dialog or something so that I can see it? I hope that my questions is clear.
Like this... -
2012년 3월 27일 화요일 오전 12:34소유자
Use the "UpdateControl" message from the Calculate activity.
If you want to get continuous updates from the Kinect you can use a timer like this.
I set the timer to 250ms initially and then reset it to 250ms after the dialog update is successful.Once the Kinect has recognized a skeleton, the dialog will update the assigned field with the new data every 250 ms
- 답변으로 제안됨 Gershon ParentOwner 2012년 3월 27일 화요일 오전 12:34
- 답변으로 표시됨 Harshavardhana Kikkeri [MSFT]Microsoft Employee, Moderator 2012년 4월 6일 금요일 오후 9:46
-
2012년 4월 10일 화요일 오전 4:52I'm having some issues getting this example to work properly in VPL. What are your data connection parameters for the Kinect box and the Flexible Dialog box? Thanks!
-
2012년 4월 20일 금요일 오전 3:41I'm still unable to get this VPL code outlined above to function. Can you provide a sample file?

