OpenNI Zigfu - 无法枚举以下一个或多个节点:

时间:2012-04-28 11:31:15

标签: unity3d kinect openni

我想为我的项目尝试Zigfu OpenNI方法,所以我安装了以下驱动程序。

  1. openni-win32-1.5.2.23-dev
  2. SensorKinect091-Bin-Win32-v5.1.0.25
  3. nite-win32-1.5.2.21-dev
  4. 示例NISimpleViewerNIUserTracker运行良好,但当我尝试从Blockman3rdPerson测试示例场景Zigfu时,我收到此错误。

    // ERROR
    One or more of the following nodes could not be enumerated:
    
    User: PrimeSense/XnVSkeletonGenerator/1.5.2.21: No license to use this module!
    User: PrimeSense/XnVSkeletonGenerator/1.4.2.5: No license to use this module!
    User: PrimeSense/XnVSkeletonGenerator/1.4.1.2: No license to use this module!
    User: PrimeSense/XnVSkeletonGenerator/1.3.1.8: No license to use this module!
    User: PrimeSense/XnVSkeletonGenerator/1.3.0.17: No license to use this module!
    
    UnityEngine.Debug:LogError(Object)
    ZigInput:Awake()
    UnityEngine.GameObject:AddComponent()
    ZigInput:get_Instance()
    Zig:Awake() (at Assets/ZigFu/Scripts/Zig.cs:25)
    

    我尝试卸载并安装我的驱动程序,但仍然没有运行示例场景的运气。任何人都知道我在哪里可以解决这个问题?

0 个答案:

没有答案