資源簡介
運行實例:NiWrapper.Net\Samples\bin\x86_Debug\NiViewer.Net.exe
可以調用深度鏡頭,color鏡頭,紅外鏡頭,得到視頻流
包含C#源程序
實現:C#是調用C++編譯后的dll
代碼片段和文件信息
/*
????Copyright?(C)?2013?Soroush?Falahati?-?soroush@falahati.net
????This?library?is?free?software;?you?can?redistribute?it?and/or
????modify?it?under?the?terms?of?the?GNU?Lesser?General?Public
????License?as?published?by?the?Free?Software?Foundation;?either
????version?2.1?of?the?License?or?(at?your?option)?any?later?version.
????This?library?is?distributed?in?the?hope?that?it?will?be?useful
????but?WITHOUT?ANY?WARRANTY;?without?even?the?implied?warranty?of
????MERCHANTABILITY?or?FITNESS?FOR?A?PARTICULAR?PURPOSE.??See?the?GNU
????Lesser?General?Public?License?for?more?details.
????You?should?have?received?a?copy?of?the?GNU?Lesser?General?Public
????License?along?with?this?library;?if?not?write?to?the?Free?Software
????Foundation?Inc.?51?Franklin?Street?Fifth?Floor?Boston?MA??02110-1301??USA
*/
struct?WrapperArray
{
????int?Size;
????void*?Data;
????void*?Handle;
};
- 上一篇:把脈 VC++ 完整光盤源碼
- 下一篇:用C++編寫的賀卡程序
評論
共有 條評論