- OpenNI Cookbook
- Soroush Falahati
- 192字
- 2021-08-13 16:30:17
Downloading and installing the Microsoft Kinect SDK
For using Kinect on Windows 7 and Windows 8, you need to install the Microsoft Kinect SDK. This SDK lets OpenNI access Kinect for Windows and Kinect for Xbox devices.
How to do it...
- Open your browser and navigate to www.microsoft.com/en-us/kinectforwindows/develop/developer-downloads.aspx:
- Download the Kinect SDK by clicking on the center-left button named DOWNLOAD LATEST SDK.
Note
Please note that the current version of OpenNI (OpenNI 2.2) works only with Version 1.6 and higher of Microsoft Kinect SDK. The current stable version of Kinect SDK is 1.7.
- Open the installer package after it's downloaded, read and accept the license arguments, and click on the Install button.
Note
Please note that Microsoft Kinect SDK can only be installed on Windows 7 and later.
- Wait for the installation process to complete. At the end of the installation, click on Close and you are done.
How to do it...
Just as with the previous two recipes, we did nothing worth explaining except for downloading and installing the Kinect SDK, Kinect Drivers, and the Kinect Runtime.
See also
- The Downloading and installing OpenNI recipe
- The Downloading and installing NiTE recipe
推薦閱讀
- LabVIEW入門與實戰開發100例
- PowerCLI Cookbook
- 微服務設計原理與架構
- Spring Cloud、Nginx高并發核心編程
- 小程序,巧運營:微信小程序運營招式大全
- Modular Programming in Java 9
- MongoDB,Express,Angular,and Node.js Fundamentals
- 學習OpenCV 4:基于Python的算法實戰
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- Clojure for Java Developers
- Python數據可視化之美:專業圖表繪制指南(全彩)
- 數字媒體技術概論
- 計算機應用基礎案例教程(第二版)
- Python滲透測試編程技術:方法與實踐(第2版)
- Ubuntu Server Cookbook