Valentin Heun

Results 6 issues of Valentin Heun

I try to switch an interface from OF_ORIENTATION_90_RIGHT to OF_ORIENTATION_90_LEFT when the phone is rotated during runtime. How can I tell the add-on to accept the new landscape orientation during...

The retina display from the iPhone 6+ has a scale of 3. ofxQCAR.mm line 216 needs to be changed to: ``` ARViewBoundsSize.width *= [UIScreen mainScreen].scale; ARViewBoundsSize.height *= [UIScreen mainScreen].scale; ```...

_pause_ feels more like a still image instead of stoping the entire camera and then need to reinitialize. How do you think about adding a _stop_ to the API that...

Have you ever tried to make the vuforia framework work on android with open frameworks as well? I was wondering how difficult it would be to use open framework to...

- led and const are not supported by safari, for compatibility among all browsers they are replaced with var. - Safari seems to handle the asynchronous loading process different then...