Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.24 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.24 KB

Screenshot

Build Status Build status

ofxNuitrack

OpenFrameworks addon for Nuitrack body tracking SDK. Ported from Cinder-Nuitrack block.

Requirements

  • Windows 10 or Nuitrack supported OS (Linux, Android)
  • openFrameworks 0.10.0

Setup

Follow the instruction here and install Nuitrack SDK to your system first. And check prebuild example app under $NUITRACK_HOME/bin works fine with your camera.

3 min playback limitation

Nuitrack SDK has ONI file and BAG file playback feature. But only works 3 minite because of license issue. Probabry this is same even if you purchaced Nuitrack license. You can record depth and color stream to ONI file via NiViewer. And Realsense Viewer for BAG file. This repository does not include any files. Please record it by yourself.

TODO

  • Windows support (under development)
  • Linux support (no plan so far)
  • Android support (no plan so far)