Friday, February 08, 2013

Happy mistakes


I am trying to update old projects to run on the latest version of openframeworks on a 64bit machine not a 32bit one using newer versions of the OpenNI libraries. Things are not working as expected. There is also a weird flickering that happens when I make the software not redraw the background (ofSetBackgroundAuto(false);) Luckily I found a fix. Switch the double buffering off in main.cpp by calling window.setDoubleBuffering(false);

Other weirdness though in interface instead it doesn't see me anymore :( . But it does make this Esher-like image when it thinks it should see me.

No comments: