How to add Microsoft.Kinect.dll to COM Interop C# Class

╄→гoц情女王★ 提交于 2019-12-12 01:35:58

问题


I am using MATLAB to process Kinect information retrieved from C#. During this process, I've already performed various actions, and they all perform correctly.

I can retrieve the information that is not dependent of the SDK, but i would like to use some functions of the SDK also. The problem is that I do not know how to add the Microsoft.Kinect reference to this kind of library.

I've searched but the common answer is project--> add reference, and in COM Interop there is no such possibility.

The "easy" answer would be:

{using Microsoft.Kinect}

but it doesn't allow me. SDK is fully installed and correctly working.

来源:https://stackoverflow.com/questions/23684696/how-to-add-microsoft-kinect-dll-to-com-interop-c-sharp-class

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!