Difference between revisions of "Setting up the Kinect with Processing"
Jump to navigation
Jump to search
(Created page with "In order to get the kinect to work with Processing you need to install a couple of things. First of all you need to install Processing: https://processing.org/download/ Next...") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
In order to get the kinect to work with Processing you need to install a couple of things. | In order to get the kinect to work with Processing you need to install a couple of things. | ||
+ | |||
First of all you need to install Processing: https://processing.org/download/ | First of all you need to install Processing: https://processing.org/download/ | ||
+ | |||
Next you need SimpleOpenNI: | Next you need SimpleOpenNI: | ||
Line 7: | Line 9: | ||
Unzip to: Documents/Processing/libraries/ | Unzip to: Documents/Processing/libraries/ | ||
+ | |||
+ | |||
+ | If you are on Windows you also need to download the [http://go.microsoft.com/fwlink/?LinkId=275588 Kinect SDK] | ||
+ | |||
Make sure to close Processing (command + q), or it won't find the SimpleOpenNI library. | Make sure to close Processing (command + q), or it won't find the SimpleOpenNI library. | ||
+ | |||
In Processing Preferences check the box that says "Increase available memory to 256 MB" and change 256 to 1024. | In Processing Preferences check the box that says "Increase available memory to 256 MB" and change 256 to 1024. | ||
+ | |||
+ | [[Category:2014]] |
Latest revision as of 12:54, 20 January 2023
In order to get the kinect to work with Processing you need to install a couple of things.
First of all you need to install Processing: https://processing.org/download/
Next you need SimpleOpenNI:
https://code.google.com/p/simple-openni/downloads/detail?name=SimpleOpenNI-1.96.zip
Unzip to: Documents/Processing/libraries/
If you are on Windows you also need to download the Kinect SDK
Make sure to close Processing (command + q), or it won't find the SimpleOpenNI library.
In Processing Preferences check the box that says "Increase available memory to 256 MB" and change 256 to 1024.