文章

顯示從 8月, 2012 起發佈的文章

Install Kinect SDK to VS2010

圖片
Environment VS2010 Kinect Driver 5.1.0.25 OpenNI  1.5.2.23 OpenCV  2.4.0 NITE  1.3.1.3-dev 先安裝OpenNI (Select OpenNI Binaries - Unstable) 再安裝NITE (Select OpenNI Compliant Middleware Binaries - Unstable) http://www.openni.org/Downloads/OpenNIModules.aspx 最後到Kinect Driver https://github.com/avin2/SensorKinect 完成的話可以用 OpenNI\Sample\Bin\Release 的 NIViewer.exe 或 NiSimpleViewer.exe 測試 Depth 和 Camera 小心Kinect diver和OpenNI 之間版本的問題 版本錯誤會出現「無法找到程序輸入點」 之後用 OpenNI\Sample\Bin\Release 的 NiUserTracker.exe 測試middleware - NITE NITE, Kinect diver和OpenNI 之間版本的問題的話 會彈出 can't create any node of the requested type 或 One or more of the following nodes could not be enumerated 發生這個問題需要檢查一下OpenNI, NITE的版本問題 有可能需要重裝全部Driver, OpenNI 和 NITE 安裝library從來都是最浪費時間的工作......