Node.js based Research Project for recovery of physiotherapy patients. The library used to access the Kinect functionality via Node.js can be found here. The C++ binary has already been compiled and is a part of the source code and doesn't require recompilation. This application only works with the XBox One Kinect.
- You will need to install the official Kinect 2 SDK
- Install Node.js
- Run
npm install
incommand prompt after navigating to the main folder where "package.json" is located. This will install the required Node modules
- Navigate to the exercise folder inside the command prompt and enter
node index.js
to start the server - Point your browser to https://localhost:8000 as indicated in the console.