All Projects → baku89 → Depthcope Tools

baku89 / Depthcope Tools

Licence: mit
Shooting system for 'depthcope'

Shooting System for 'depthcope'

A set of tools for 'depthcope', which I tried 3d rotoscoping. This system uses a pair of Kinect and projector, and measures a height of each points of surface from a reference plane. Then comparing them to 'height map' of a target form, this app projects the point clouds of colours which represents whether the point is higher(red) or lower(blue) than the target height. If the difference between a target height and a measured height is less than specified torelance, it's represented as green. When all dots on the surface turn into green, the form on the plane is almost accurate comparing to target form.

depthcope

As result it works like 'human-powered 3d printer'.

Environments

  • openFrameworks v0.9.4 or newer
  • the environemnt which supports ofxMultiKinectV2. I've checked the following environments work well.
    • MacBook Pro Mid 2012 (16GB RAM, 2.7GHz i7)
    • Mac Pro Late 2013 (64GB RAM, 8 cores)

How to build

This repo is a set of oF project, so you'll need to clone to one deeper directory from oF installed path. For example, (OF_PATH)/apps/(THIS_REPO)

Dependencies

Softwares

oF Addons

Please reference the each repo to setup.

Others

  • dragonframe-osc: used to detect the events of Dragonframe to sync frame to shoot

License

This repository is published under a MIT License. See the included LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].