Contribute your own! / See freshest addons!

ofxQCAR iOS

by julapy

view on Github

openframeworks addon for Qualcomm AR.

Originally created: 14 December, 2011

Last updated: 27 March, 2012


README

for this addon to work in OpenFrameworks 007 you must comment out the initWithFrame method in the ofxiPhone EAGLView class like so,

//- (id) initWithFrame:(CGRect)frame //{ // return [self initWithFrame:frame andDepth:false andAA:false andNumSamples:0 andRetina:false]; //}

i tried many thing to avoid making any changes to ofxiPhone but unfortunately this change was unavoidable. having that method inside EAGLView makes it impossible to extend on EAGLView which is necessary in the case of ofxQCAR.

two extra core frameworks need to be added the OF project,

1) Security.framework

2) SystemConfiguration.framework