Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以使用 Kinect 1.6 sdk 找出 Kinect 相机和被跟踪骨架之间的距离???我想从 Kinect 相机中获取骨架多长时间?
询问Zany 的值SkeletonPoint会给你与 Kinect 的距离(Joint以米为单位)。从 中获取Z值Depth将为您提供到该像素的距离(以毫米为单位)。
Z
SkeletonPoint
Joint
Depth
来源:http: //msdn.microsoft.com/en-us/library/hh973078.aspx