Coder Social home page Coder Social logo

kinect2starterkit's Introduction

#Kinect 2 Starter Kit

This kit aligns various stars for your convenience. It aggregates the dependencies and patches required to get the Kinect 2 sensor running in openFrameworks.

###Getting Started

  1. Install Windows 8.1 (Boot Camp is fine if your Mac is endowed with USB 3. Virtual machines won't work.)

  2. Install Visual Studio 2013 Express. (Express is free, but the the beefier editions also work fine.)

  3. Download and install Git. Say "no" to the fancy git-cheetah shell extension! It doesn't work correctly on Windows 8.

  4. Install the Kinect For Windows V2 SDK. This should be publicly available in July.

  5. Get the repository and submodules. openFrameworks is included This might take a very long time:

     git clone --recursive https://github.com/kitschpatrol/Kinect2StarterKit.git
    
  6. Plug in the Kinect and try the example included in ofxKinectV2 to make sure everything works. \Kinect2StarterKit\ofAddons\ofxKinectV2\example-Simple\example-Simple.sln

###Hardware Requirements

  • A Windows 8.1 PC or a (very) recent mac running Windows 8.1 via Bootcamp

  • The Kinect For Windows V2 Sensor (This won't work with the Kinect bundled with your Xbox One.)

  • A USB 3.0 port (Currently only USB host controllers based on Reneasas or Intel chipsets are supported. I've had luck with this Reneasas-based SIIG PCI card in combination with the alpha Kinect 2 hardware.

###Project Goals

This project has two use cases in mind:

#####A shortcut to Windows-Native development Simplify configuration for developing Windows-only openFrameworks applications that run natively and have full access to the Kinect 2's API. Help developers get up and running very quickly without having to align various repos. (Potentially helpful for workshops, classes, hackathons, etc.)

#####A no-fuss bridge to other platforms Provide access to a subset of the Kinect 2's functionality for any OSC-compatible platform. In this case, skeleton data from the Kinect is streamed over the network via an instance of the starter kit running on a Windows machine. Since a wide-range of platforms can consume OSC, this should make it easier to work with the Kinect 2 on a Mac or mobile device.

I'd eventually like to merge this functionality into a more evolved and generic project like openTSPS.

A very simple OSC broadcaster with partial coverage of the Kinect 2 API is under development here: \Kinect2StarterKit\ofApps\KinectV2OSC\KinectV2OSC.sln

###Repository Structure

This repository uses a structure that might be unfamiliar to openFrameworks users. Due to the specificity of the various dependencies, both openFrameworks and the relevant addons are embedded as git submodules.

To avoid issues with nesting files that belong in the parent repository inside submodules, examples and addons are stored outside the root /openFrameworks directory. Paths and linkages have been updated accordingly, but if you try to drag one of the projects in /ofApps or /ofAddons into their usual locations inside the /openFrameworks directory, they will break.

###Credit

This repository just glues together a bunch of other people's great work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.