【问题标题】:"Function was not implemented" when trying to use ONI recording尝试使用 ONI 录制时“功能未实现”
【发布时间】:2012-07-16 21:41:07
【问题描述】:

我正在尝试在使用 OpenNI 的应用程序中使用 oni 记录。这是我的xml 文件:

<OpenNI>
    <Licenses>
        <!-- Add application-specific licenses here 
        <License vendor="vendor" key="key"/>
        -->
    </Licenses>
    <Log writeToConsole="false" writeToFile="false">
        <!-- 0 - Verbose, 1 - Info, 2 - Warning, 3 - Error (default) -->
        <LogLevel value="3"/>
        <Masks>
            <Mask name="ALL" on="true"/>
        </Masks>
        <Dumps>
        </Dumps>
    </Log>
    <ProductionNodes>
        <Recording file="Recording.oni" />

        <!-- Set global mirror -->
        <GlobalMirror on="true"/>

    </ProductionNodes>
</OpenNI>

一切看起来都不错,但是当我尝试运行我的程序时,我得到:

Open failed: Function was not implemented!

可能是什么问题?

【问题讨论】:

    标签: osx-lion kinect playback recording openni


    【解决方案1】:

    问题在于以下两行:

        <!-- Set global mirror -->
        <GlobalMirror on="true"/>
    

    删除它们后,我的程序运行良好。

    【讨论】:

      猜你喜欢
      • 2021-10-29
      • 2020-05-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-10-19
      • 2021-05-02
      • 1970-01-01
      相关资源
      最近更新 更多