首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 通过Kinect数据讯息

通过Kinect数据讯息

  • 资源大小:20.50 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: kinect Application OSC

资 源 简 介

Simple program that sends skeleton data from Kinect for Windows (the new one) as OSC messages on a UDP socket. It uses the Microsoft SDK. Usage: OSCKinect [-p ] Skeleton messages are bundles of joint messages: ``` /joint// posx posy poz Where: userid is 0-5 and jointid is one of: "hip_centre", "spine", "shoulder_centre", "head", "shoulder_left", "elbow_left", "wrist_left", "hand_left", "shoulder_right", "elbow_right", "wrist_right", "hand_right", "hip_left", "knee_left", "ankle_left", "foot_left", "hip_right", "knee_right", "ankle_right", "foot_right" ``` It also sends position messages for untracked people (people that don"t have generated skeletons): /position/ posx posy posz
VIP VIP
0.182812s