Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unanancyowen/kinect2sample

Kinect for Windows SDK v2 Sample Program
https://github.com/unanancyowen/kinect2sample

c-plus-plus kinect

Last synced: 12 days ago
JSON representation

Kinect for Windows SDK v2 Sample Program

Awesome Lists containing this project

README

        

Kinect for Windows SDK v2 Sample Program
============================

This repository is Sample Program of Kinect for Windows SDK v2 written in Native C++.

Environment
--------------
* Visual Studio Community 2015 *1
* Kinect for Windows SDK v2.0
* Kinect for Windows SDK v2.0 Language Packs (en-US)
* Speech Platform SDK 11
* OpenCV 3.1.0 *2
* CMake 3.6.1 *3

*1 This sample program need Visual Studio Community (or upper version), because depends on ATL.
*2 Pre-built OpenCV that is distributed by official team does not include library for Win32 (x86) target platform. If you want to build sample program for Win32 (x86) target platform, You need build OpenCV yourself. Similarly, If it does not include library for your target compiler, You need build OpenCV yourself.
*3 You need generate project of this sample program using CMake. Please read [this document](HOWTOBUILD.md) about how to generate project using CMake.

License
---------
Copyright © 2016 Tsukasa SUGIURA
Distributed under the [MIT License](http://www.opensource.org/licenses/mit-license.php "MIT License | Open Source Initiative").

Contact
---------
* Tsukasa Sugiura
*
*
*

Reference
------------
* KINECT for Windows SDK programming - Kinect for Windows v2 sensor supported version | Shuwa System Co.,Ltd.

* Kinect for Windows SDK 2.0 | MSDN Library