Missing Microsoft.Gestures.Endpoint.dll and Microsoft.Gestur



我想建立一个手势控制项目。

该项目使用"英特尔真实感SR300",我已安装"英特尔真实感觉SDK 2.0"。

我还安装了用于手势控制的Project Prague SDK。已安装Microsoft.Gestures.dll。但它没有安装

Microsoft.Gestures.Endpoint.dll
Microsoft.Gestures.Protocol.dll

所以我无法在我的项目中引用这两个dll。因此,意味着我不能在我的项目中使用手势控制。

有没有办法把这些dll放到另一条路上?或者还有其他使用手势控制的解决方案吗?

要找到所需的DLL's,必须使用%MicrosoftGesturesInstallDir%环境变量。它指向AppData文件夹中的一个位置:

%AppData%MicrosoftPraguePragueVersionsLatestVersion

以下是存储并同步的所有必需文件。

或者使用以下路径:

%AppData%MicrosoftPraguePragueVersionsLatestVersionSDKMicrosoft.Gestures.Endpoint.dll%AppData%MicrosoftPraguePragueVersionsLatestVersionMicrosoft.Gestures.Protocol.dll

%MicrosoftGesturesInstallDir%SDKMicrosoft.Gestures.Endpoint.dll%MicrosoftGesturesInstallDir%Microsoft.Gestures.Protocol.dll


来自布拉格项目的官方文件:

请注意,为了编译上述代码,您需要引用位于目录中的以下程序集由MicrosoftGesturesInstallDir环境变量指示:

  • Microsoft.Gestures.dll
  • Microsoft.Gestures.Endpoint.dll
  • Microsoft.Gestures.Protocol.dll

相关内容

  • 没有找到相关文章

最新更新