NtKinectDLL version 1.2.6 2017/11/08 bug fix of dll function of setHDFace(). version 1.2.5 2017/10/07 "Visual Studio 2017 Professional Update2" does not define the "XXX_EXPORTS" constant when building the DLL projects. This may be a bug. To avoid the bug, we define "NTKINECTDLL_EXPORTS" constant at the top of "NtKinectDLL.cpp". version 1.2.4 2017/10/05 video related functions added. openVideo(), writeVideo(), closeVide(); version 1.2.3 2017/09/12 bug fix of setFace(). Face properties were not copied to C#. version 1.2.2 2017/09/08 change "void stopKinect(void*)" function to delete NtKinect Object.