I am running the same stuff as Chris Brunskill and believe I followed all the instructions correctly but when I try to run the program I get these error messages:
Creating library C:\Users\Kyle\AppData\Local\Temp\mex_pX365j\templib.x and object C:\Users\Kyle\AppData\Local\Temp\mex_pX365j\templib.exp
getimagedata.obj : error LNK2019: unresolved external symbol __imp__NuiImageStreamOpen@24 referenced in function "void __cdecl KinectInit(void)" (?KinectInit@@YAXXZ)
getimagedata.obj : error LNK2019: unresolved external symbol __imp__NuiInitialize@4 referenced in function "void __cdecl KinectInit(void)" (?KinectInit@@YAXXZ)
getimagedata.obj : error LNK2019: unresolved external symbol __imp__NuiShutdown@0 referenced in function "void __cdecl KinectShutdown(void)" (?KinectShutdown@@YAXXZ)
getimagedata.obj : error LNK2019: unresolved external symbol __imp__NuiImageStreamReleaseFrame@8 referenced in function "bool __cdecl Nui_GotDepthAlert(double (* const)[640])" (?Nui_GotDepthAlert@@YA_NQAY0CIA@N@Z)
getimagedata.obj : error LNK2019: unresolved external symbol __imp__NuiImageStreamGetNextFrame@12 referenced in function "bool __cdecl Nui_GotDepthAlert(double (* const)[640])" (?Nui_GotDepthAlert@@YA_NQAY0CIA@N@Z)
getimagedata.mexw32 : fatal error LNK1120: 5 unresolved externals
C:\PROGRA~2\BIN\MEX.PL: Error: Link of 'getimagedata.mexw32' failed.
??? Error using ==> mex at 208
Unable to complete successfully.