kristinnbragi / MED3

Programming side of our MED3 project, a collaborative table instrument

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MED3

Programming side of our MED3 project, a collaborative table instrument.

This project is generated with openFrameworks version 0.10.1.

To run it you have to download the ofxFliducialFinder: https://github.com/SafetyOrange/ofxFiducialFinder (v. 0.9.2).

One might get a conversion error. To fix this, add '.getData()' to 'input.getPixels()' to both of the fiducial cpp files. So it should look like this:

const unsigned char* pixels = input.getPixels().getData();

About

Programming side of our MED3 project, a collaborative table instrument


Languages

Language:Makefile 74.4%Language:C++ 25.6%