NtKinect: Kinect V2 C++ Programming with OpenCV on Windows10
Kinect V2 Programming
NtKinect: Kinect V2 C++ Programming with OpenCV on Windows10
We created a class library
NtKinect
(this site,
github)
that makes it easy to program Kinect V2 with C++ and released
it as Open Source of MIT License.
Now, we will explain how to use it.
NtKinect supports multi-threading and is DLLable.
So you can easily write program that uses Kinect V2 functions,
and use it in other languages/environments, such as Unity for example.
We will present about
"Gesture Recognition with non-contact sensor for Natural User Interface in the COVID-19 era"
at the international conference of HICSS-54, Jan/05-08/2021.
This presentation is an application of this NtKinect library. (Jan/08/2021)
We will present about
"Privacy-aware Remote Monitoring System by Skeleton Recognition"
at the international conference of HICSS-52, Jan/08-11/2019.
This presentation is an application of this NtKinect and NtKinectDLL library. (Sep/04/2018, Jan/20/2019 added)
We made the presentation about "Software Support for Skeleton Recognition and Monitoring People with Privacy"
at the international conference of HICSS-51, Jan/03-06/2018.
This presentation was for the privacy oriented watching system developed with the NtKinect library.
(Sep/12/2017, Jan/20/2018 added)
We changed the compiler from "Visual Studio Professional 2015" to
"Visual Studio Community 2017" in the sample.
We also changed the OpenCV version from 3.1 to 3.3 and its install drive from "D:" to "C:".
(Aug/30/2017)
We have developed and released the NtKinectDLL which is a DLL that can use almost all the
functions of NtKinect.
In addition, We released NtUnity.cs that uses this DLL in Unity.
You can see both from here.
We wrote an explanatory article on how to make Kinect V2 gesture recognition as DLL and use it in Unity.
(Nov/13/2016)。
With the recognition of detailed face information (HDFace), we have made it possible to select
an option to generate individual's face model.
However, it is unstable, so please treat it as experimental.
(Nov/04/2016)
When referring NtKinect, we recommend the following description.
(Oct/30/2016)
Yoshihisa Nitta: NtKinect - Kinect V2 C++ Programming with OpenCV on Windows10
http://nw.tsuda.ac.jp/lec/kinect2/
We fixed the download link of the VisualStudio project to craete DLL files for speech recognition.
(Oct/18/2016)
We fixed some sample projects in which some windows were displayed on the second screen.
Also, we fixed the download link of Unity projects of speech recognition.
(Sep/27/2016)
We added an explanatory article on how to make Kinect V2 speech recognition as DLL and use it in Unity. (Sep/12/2016)
We added an explanatory article on how to make Kinect V2 face orientation recognition as DLL and use it in Unity. (Aug/25/2016)