Skip to content
llorenzeclipse edited this page May 21, 2015 · 1 revision

Latest Release (0.2.1)

Prerequisites

Install:

The code was tested with Eclipse 3.7 and the e4 demo with Eclipse 4.2 .

Jnect installation

download the latest build from here after the download unzip the file point eclipse update to the unziped directory. Therefor go to: Help->Install new Software->Add->Local and select the unziped folder install the API feature and/or the demo feature. IMPORTANT: Check the "Contact all update sites during install to find required software" checkbox

Previous Releases

0.1.3

Prerequisites

First of all you need to install the Microsoft Kinect SDK Beta. On the Microsoft Kinect Develop page you can find all necessary files and an installation guide. You don't need Visual Studio if you want to try Jnect or develop with it.

Install:

  • .Net Framework 4.0
  • Microsoft Kinect SDK 32bit 64bit
  • Microsoft Speech Platform Runtime, version 10.2 32bit 64bit (if you use a 64bit system install both)
  • Microsoft Speech Platform - Software Development Kit, version 10.2 32bit 64bit
  • Kinect for Windows Language Pack, version 0.9 After you have installed all packages needed for the Kinect SDK test whether the provided samples work, to verify that the SDK was installed correctly. You can find the demos in "C:\Program Files\Microsoft SDKs\Kinect\v1.0 Beta2\Samples\bin" or if you changed the installation path, then there.

Then you need to install the latest eclipse. Get one from here.

The code was tested with Eclipse 3.7 and the e4 demo with Eclipse 4.2 .

Jnect installation

Same as for the Latest Release.