fred-dev / KinectV2_Syphon

Kinect V2 utility for OSX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple utility for using kinectV2 on OSX.

This app will send the colour, depth and IR streams over syphon.

For a precompiled binary visit the releases section of this repo

This version requires

openframeworks 0.9.0 or later https://github.com/openframeworks/openFrameworks

ofxMultiKinectV2 https://github.com/hanasaan/ofxMultiKinectV2 (Check the readme and dependancies)

ofxSyhpon https://github.com/astellato/ofxSyphon

There is a settings file inside the data folder (leave the folder structure as is).

XML Settings (inside bin/data) change the values as needed

"<OPENCLDEVICE>0</OPENCLDEVICE>" Using a macbook pro retina with built in and discreet GFX I get these three devices, I am using the Nvidia device by entering 2 as the value for the openCL device

0: Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz 1: Iris Pro (GPU INTEL) 2: GeForce GT 750M (GPU NVIDIA)

"<FLIP>0</FLIP>"

Image stream flip setting

"<MINIMISED>0</MINIMISED>

Tiny mode setting

Key Commands

‘f’ Flip all image streams

‘m’ Toggle tiny mode

About

Kinect V2 utility for OSX


Languages

Language:C 53.0%Language:Objective-C 41.2%Language:C++ 5.5%Language:Makefile 0.2%