Answered 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:11
     
     
    i'd like to know that too... any help would be greatly appreciated :)
  • 2012년 3월 15일 목요일 오전 12:32
    소유자
     
     제안된 답변
    1. You must be using the final release of RDS4 and final release of Kinect for Windows 1.0
    2. Instead of looking at the "Notifications" you must instead perform a "QueryRawFrame" and respond to the "Success" message
    3. The data you seek is in the RawFrames object...

    RawFrames.RawSkeletonFrameData.SkeletonData[0].Joints[JointType.HandLeft].Position.X

  • 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

  • 2012년 4월 10일 화요일 오전 4:52
     
     
    I'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:41
     
     
    I'm still unable to get this VPL code outlined above to function. Can you provide a sample file?