Quick N Dirty Tracker "head" positional tracker for OpenFrameworks using kinect 1 / xbox kinect & OSC (Open Sound Control)
2014-2021 Dan Wilcox [email protected] GPL v3
See https://github.com/danomatika/QDTracker for documentation
front facing head approximation
Sends the OSC message: /head x y z
overhead blob & highest point finding
Sends the OSC message: /overhead x y z
Values, unless normalized and/or scaled (see settings):
- x: 0 - 640 (kinect depth image width)
- y: 0 - 480 (kinect depth image height)
- z: distance in centimeters (kinect nearClipping - farClipping)
Git clone/download this repo into your OpenFrameworks /apps
directory.
Overview:
- Generate the project files for this folder using the OF ProjectGenerator
- Build for your platform
Project files are not included so you will need to generate the project files for your operating system and development environment using the OF ProjectGenerator which is included with the openFrameworks distribution.
To (re)generate project files for an existing project:
- Click the "Import" button in the ProjectGenerator
- Navigate to the project's parent folder ie. "apps/QDTracker", select the base folder for the example project ie. "HeadOSC", and click the Open button
- Click the "Update" button
If everything went Ok, you should now be able to open the generated project and build/run the example.