Extract Kinect skeleton coordinates values
-
Freitag, 27. Januar 2012 20:11
Hello
I would like to know how to extract the values of the skeleton coordinates in vpl
example: hand left - (coord x)
- Bearbeitet konnect rob Freitag, 27. Januar 2012 20:28
Alle Antworten
-
Freitag, 3. Februar 2012 21:11i'd like to know that too... any help would be greatly appreciated :)
- Als Antwort vorgeschlagen Gershon ParentOwner Donnerstag, 15. März 2012 00:32
- Nicht als Antwort vorgeschlagen Gershon ParentOwner Donnerstag, 15. März 2012 00:32
-
Donnerstag, 15. März 2012 00:32Besitzer
- 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
- Als Antwort vorgeschlagen Gershon ParentOwner Donnerstag, 15. März 2012 00:32
-
Donnerstag, 22. März 2012 05: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... -
Dienstag, 27. März 2012 00:34Besitzer
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
- Als Antwort vorgeschlagen Gershon ParentOwner Dienstag, 27. März 2012 00:34
- Als Antwort markiert Harshavardhana Kikkeri [MSFT]Microsoft Employee, Moderator Freitag, 6. April 2012 21:46
-
Dienstag, 10. April 2012 04: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!
-
Freitag, 20. April 2012 03:41I'm still unable to get this VPL code outlined above to function. Can you provide a sample file?

