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

Commits on Aug 19, 2022

  1. 🐛 fix mqtt app name

    jdub233 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    d04cb1f View commit details
    Browse the repository at this point in the history
  2. declare the video app in the app manager

    and allow it to be switched to
    jdub233 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    e2ff1b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfc4ed8 View commit details
    Browse the repository at this point in the history
  4. run the video app setup method

    when the app manager is getting setup
    jdub233 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    4b65574 View commit details
    Browse the repository at this point in the history
  5. 📹 add escher mode video

    jdub233 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    2d791af View commit details
    Browse the repository at this point in the history
  6. project settings

    should be committed?
    jdub233 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    32cf343 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Configuration menu
    Copy the full SHA
    0bfff69 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. 📦 xcode group reference for addons

    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.
    jdub233 committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    5923b99 View commit details
    Browse the repository at this point in the history
  2. 📦 including ofxKinect should work

    now that the paths are available in the xcode project build settings.
    jdub233 committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    145e400 View commit details
    Browse the repository at this point in the history
  3. ⚗️ temp kinect include

    in the axis checker app, just so the KinectMnagaer is loaded to prove that the ofxKinect addon is actually available.
    jdub233 committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    2c99e91 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. rough pixel filtering code

    jdub233 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    b52d3f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. get video working

    jdub committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    05ccd58 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. 📝 Doc comments

    jdub233 committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    dd39eb5 View commit details
    Browse the repository at this point in the history
  2. 🔥 remove debug

    jdub committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    b4e1210 View commit details
    Browse the repository at this point in the history
  3. use m_videoPixels instead of plz

    plz was a short term moniker, m_videoPixels is more explanatory
    jdub committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    df0290d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. remove m_blockWidth property

    and getter method.  We didn't wind up using it, and can always bring it back later.
    jdub233 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    2b1221c View commit details
    Browse the repository at this point in the history
  2. remove debug

    jdub233 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    aeb2763 View commit details
    Browse the repository at this point in the history
  3. rename unwrapped to flattened

    Flattening better reflects that 2 dimensional data is becoming 1 dimensional.
    jdub233 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    291b692 View commit details
    Browse the repository at this point in the history
  4. 📝 add comment

    and a spacing change
    jdub233 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    78fa7b0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from mitmedialab/video-app-pixels

    Add VideoPlayer app
    jdub233 authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    900e44e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9f23fa View commit details
    Browse the repository at this point in the history
  7. initial kinect manager

    jdub committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    843942f View commit details
    Browse the repository at this point in the history
  8. add pbxproj

    jdub committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    f151497 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. fixes

    jdub233 committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    f46671e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. 🚚 move kinect manager files

    somehow they weren't getting linked for the compiler
    jdub committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    a910a6c View commit details
    Browse the repository at this point in the history
  2. instantiate the kinect manager

    this isn't fully working yet, but it is progress
    jdub committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    3e82f43 View commit details
    Browse the repository at this point in the history
  3. update kinect manager references

    jdub committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    18dc83d View commit details
    Browse the repository at this point in the history