• Stars
    star
    130
  • Rank 277,575 (Top 6 %)
  • Language
    C
  • License
    MIT License
  • Created about 10 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Connecting multiple Kinect For Windows V2 sensors to one Mac

ofxMultiKinectV2

Connecting more than one Kinect For Windows V2 sensor to one Supports only OSX. Based on the excellent work by

Compatibility

  • oF 0.9.0 or newer
  • example projects are generated with oF 0.9.3 project generator

Features

  • More than one Kinect V2 to one Mac
  • 30fps depth decoding using GPU (OpenCL)
  • OpenGL depth to color registration (experimental)

Xcode Project Setup

Add these libraries/frameworks to Build Phases > Linked Frameworks and Libraries

  • OpenCL.framework
  • usb-1.0.0-superspeed.a from ofxMultiKinectV2/libs/libusb/lib/osx
  • libturbojpeg.dylib from ofxTurboJpeg/libs/turbo-jpeg/lib/osx

Add these libraries/frameworks to Build Phases > Copy Files and make sure the Desination is set to Frameworks

  • libturbojpeg.dylib

Dependencies

  • ofxTurboJpeg

    • Now we can use original master instead of Satoru Higa's fork (Apr 2016)

    #define USE_OFX_TURBO_JPEG

Notes

  • The requirement is almost same as ofxKinectV2 https://github.com/ofTheo/ofxKinectV2
    • Check the notes above first.
  • Tested environments:
    • MacBookProRetina (Mid2012) + OSX Yosemite (v 10.10.1) + oF v0.8.4 + Kinect V2 x2 (retail version)
      • Some depth packets are dropped when connecting two Kinect V2 to built-in USB3 ports.
      • Works well when connecting one Kinect V2 to built-in port meanwhile another Kinect V2 to CalDigit.
    • MacBookProRetina (Mid2014) + OSX Yosemite (v 10.10.5) + oF pre-0.9 + KinectV2 x2 (retail + dev version)
    • Mac Pro (Late2013) + OSX Mavericks (v 10.9.5) + oF v 0.9.0 + Kinect V2 x5
      • On Mac Pro + Yosemite or El Capitan, currently this addon will not work! Please downgrade OS to Mavericks if you want to use this addon on Mac Pro.
  • If you're not seeing data out of the Kinect and see Failed to reset Kinect messages in the console, see a workaround in this issue from libfreenect2

More Repositories

1

ofxDeckLink

Blackmagic DeckLink SDK addon for openFrameworks
C++
31
star
2

ofxEquiMap

OF addon for Equirectangular Projection Rendering
Makefile
30
star
3

ofxMotionBlurCamera

OF addon implements "A Reconstruction Filter for Plausible Motion Blur"
C++
23
star
4

ofxViveTracker-OSC

I wanna use vive tracker as rigid body
C++
15
star
5

ofxFaceTracker3

Fast and robust face tracking addon for openFrameworks based on YOLO5Face
C++
15
star
6

ofxOnnxRuntime

ONNX Runtime tiny wrapper for openFrameworks
C++
12
star
7

ofxCereal

Addon for serialization using cereal http://uscilab.github.io/cereal/
C++
12
star
8

ofxFastLensUndistort

C++
9
star
9

ofxYas

Yet Another Serialization using yas https://github.com/niXman/yas
C++
7
star
10

ofxBinaryPatternMessenger

Messaging via Image
Makefile
5
star
11

ofxCvCameraUtil

an addon for converting between ofCamera / cv camera matrix
C++
4
star
12

ofxPerceptionNeuron

Addon for Perception Neuron motion capture system https://neuronmocap.com/
C
4
star
13

ofxAtem

OF addon to control ATEM Production Switcher from Blackmagic
C++
2
star
14

ofxCeresSolver

A thin and easy-to-build openFrameworks wrapper for ceres-solver
C++
2
star
15

ofxCvInverseCalibration

OF addon calculating inverse of lens distortion coefficients
C++
2
star
16

ofxVHACD

OF addon for near convex decomposition using v-hacd
C++
2
star
17

ofxDeferredProcessing

C++
1
star
18

ofxPhysicalCamera

an addon for simulating calibrated physical camera frustum
C++
1
star
19

ofxXBIMU

an addon for X-BIMU sensor
C++
1
star
20

ofxGV

Addon for solving geometric vision problems using the open source library OpenGV
C++
1
star
21

ofxZEDMR

OF Addon for MR experience using ZED Mini + OpenVR HMD
C++
1
star
22

ofxQTKitPlayer

Just making ofQTKitPlayer usable in oF0.9.0+ . Much better performance for frame-by-frame processing.
Objective-C
1
star