如何获得Cameraspace范围 [英] How to get the Cameraspace Range

查看:68
本文介绍了如何获得Cameraspace范围的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要检索并保留CameraSpace的最小值和最大值,以便在没有连接Kinect时将身体数据映射到颜色空间数据。

I need to retrieve and persist the CameraSpace min and max values so that I can map body data into color space data when there's no Kinect connected.

我坚持使用Kinect数据,以便以后在不需要连接Kinect的PC上播放。因此,我不能只使用CoordinateMapper.MapCameraPointToColorSpace(camSpacePoint),因为它将在没有连接Kinect时提供-Infinity值。存储
已映射的正文数据也不是一个好的解决方案。

I'm persisting Kinect data for later playback on PCs which don't need to have a Kinect attached. Therefore I can't just use CoordinateMapper.MapCameraPointToColorSpace(camSpacePoint) since it will provide -Infinity values when no Kinect is attached. Storing the already mapped body data is not a good solution as well.

如何获得CameraSpacePoint可提供的最小和最大值?

How can I get the possible minimum and maximum values a CameraSpacePoint can provide?

Rene Schulte

Rene Schulte

推荐答案

 最大深度为8米。如果您使用FrameDescription对象,您将获得最小值和可靠的最大距离。
The maximum is depth is 8meters. If you use the FrameDescription object you will get the minimum value and the reliable maximum distance.


这篇关于如何获得Cameraspace范围的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆