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

include ofxKinect addon #2

Open
wants to merge 27 commits into
base: kinectbranch
Choose a base branch
from
Open

Conversation

jdub233
Copy link
Collaborator

@jdub233 jdub233 commented Aug 28, 2022

  • Adds the ofxKinect addon to the Xcode project "addons" group, so it is available at compile time
  • Includes the ofxKinect addon from the KinectManager
  • Includes KinectManager in the AxisChecker app just to demonstrate that ofxKinect headers are being included and the whole thing compiles

jdub233 and others added 27 commits August 18, 2022 22:35
and allow it to be switched to
when the app manager is getting setup
should be committed?
for the ofxKinect addon.  If the addon wasn't already referenced from an example template, the best community recommendation is to drag the files into the addons group in the xcode project view.  This gets the files added to the project includes paths.  It's not the most well documented part of openFrameworks.
now that the paths are available in the xcode project build settings.
in the axis checker app, just so the KinectMnagaer is loaded to prove that the ofxKinect addon is actually available.
plz was a short term moniker, m_videoPixels is more explanatory
and getter method.  We didn't wind up using it, and can always bring it back later.
Flattening better reflects that 2 dimensional data is becoming 1 dimensional.
and a spacing change
somehow they weren't getting linked for the compiler
this isn't fully working yet, but it is progress
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.

1 participant