我正在使用华硕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库的示例文件工作正常。
有谁知道问题可能是什么