使用ASUS Xtion Pro进行编程 - 它不会读取数据

时间:2014-09-22 08:43:46

标签: c# gesture-recognition openni asus-xtion

我正在使用华硕Xtion Pro和OpenNI来编写一些手势识别。

FingertipDetector2D fingertipDetector2D = new FingertipDetector2D(
    new DepthImage(this.depthMetadata.XRes, 
        this.depthMetadata.YRes, 
        this.depthMetadata.DepthMapPtr),
    point3D, 
    (ushort)this.depthGenerator.DeviceMaxDepth);

我使用上面的代码从设备读取数据,但我从ImageAnalyzer.dll获得异常。 它说它是零异常的偏差。

设备没问题,因为OpenNI库的示例文件工作正常。

有谁知道问题可能是什么

0 个答案:

没有答案