ofxQCAR icon indicating copy to clipboard operation
ofxQCAR copied to clipboard

openframeworks addon for Qualcomm AR.

Results 6 ofxQCAR issues
Sort by recently updated
recently updated
newest added

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...

Hey @julapy, I have a student working with this library and it needed a bit of love to bring it up to date for 0.9.0+. This PR makes the following...

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...