Skip to content

Latest commit

 

History

History
executable file
·
16 lines (10 loc) · 1.1 KB

README.md

File metadata and controls

executable file
·
16 lines (10 loc) · 1.1 KB

Kinect Research Project

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.

Application installation

  1. You will need to install the official Kinect 2 SDK
  2. Install Node.js
  3. Run npm install incommand prompt after navigating to the main folder where "package.json" is located. This will install the required Node modules

Usage

  1. Navigate to the exercise folder inside the command prompt and enter node index.js to start the server
  2. Point your browser to https://localhost:8000 as indicated in the console.

If you run into any errors, please drop an email at [email protected] and I will get back to you.