问题描述
我通过USB控制器卡使用4个Kinects:
http://www.highpoint-tech.com/USA_new/cs-series_RocketU1144A-Series.htm
我在SDK 1.6,Windows 7 64位平台上。
似乎有一些问题。具体地,其中一个Kinects的颜色流在连接期间不初始化。即使连接很好,我也会定期看到所有4个Kinect的颜色和深度流,其中一个会在
中挂起,试图检索云。
My代码是使用NUI API用C ++编写的。
对于4个XBOX 360 Kinects和OpenNI的相同设置,这不是问题。
I am using 4 Kinects via this USB controller card:
http://www.highpoint-tech.com/USA_new/cs-series_RocketU1144A-Series.htm
I am on the SDK 1.6, Windows 7 64 bit platform.
It seems to have some issues. Specifically, the color stream for one of the Kinects does not initialize during connection. Even if the connections are fine and I see the color and depth streams of all 4 Kinects, periodically, one of them will hang up in trying to retrieve a cloud.
My code is written in C++ using the NUI API.
This was not a problem with the same setup with 4 XBOX 360 Kinects and OpenNI.
这篇关于4 Kinects的问题(C ++)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!