Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimpleOpenNI 2+ #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

brendanmatkin
Copy link

Moved potentially-conflicting libraries in the Code folder into a subfolder called probably_unnecessary for review. They were not needed for me but I only tested it with OSC. Updated user.pde and KinectToPin.pde, and modified settings.txt

SimpleOpenNI 1.96 uses (and includes?) OpenNI2 and now recommends installing the windows kinect SDK for drivers https://code.google.com/p/simple-openni/wiki/Installation . This makes it easier to install, but KinectToPin was incompatible. I was also having issues with Brekel (windows 8.1 could be the issue) so I updated KinectToPin for my purposes. Take a look, see if there is anything I left out or that you don't need. Hopefully you can use it!

Hid potentially-conflicting libraries from Processing, updated user.pde
and KinectToPin.pde, and modified settings.txt
context = new SimpleOpenNI(this, SimpleOpenNI.RUN_MODE_MULTI_THREADED);
}
else {
context = new SimpleOpenNI(this);
}
//context = new SimpleOpenNI(this);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't sure if Multi Threaded still needs to be declared... can delete this if it does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant