ofxARCore
ofxARCore copied to clipboard
Experimental addon for openFrameworks to use ARCore on Android devices
any tips on trouble shooting this issue?
Hi there, I'm trying to build the *exampleBasic* on a Google Pixel (Android 8.0.0) and I receive the following errors: * error: unreported exception UnavailableArcoreNotInstalledException; must be caught or declared...
Hi, Because this project does not seems to be maintained, I forked it, and added some new functionalities ( like Augmented Images (with the new FULL_TRACKING feature )). You can...
There might be some irrelevant code like debug logs, or unused variables.
this is a little strange, I'm still debugging it but thought I'd mention it here. if you load an image after arCore.setup() arcore seems to freeze when you close and...
I can't seem to compile the file, I get following error: `ERROR: Could not read script 'F:\Android\libs\openFrameworksCompiled\project\android\common-functions.gradle' as it does not exist.` It is referenced in the settings.gradle file here:...
Code needs to be updated to ARCore 1.0. It seems like there is no longer a aar file that can be downloaded, but its now instead done with gradle depenencies....
Hi @HalfdanJ, I hope all goes well, first of all, thank you very much for this. much appreciated! to be able to compile the examples, i had to implement some...
I am trying to run exampleBasic on Samsung Galaxy S7, Android 7.0, Android Studio 3.0.1 from Mac OSX 10.9.5. I have tried it with Tango Core - v 1.57 (arcore-preview.apk),...
pixel 2 xl phone - running android 8.1 installed arcore: adb install -r -d arcore-preview2.apk adb shell 'pm list packages -f' | grep tango **package:/system/app/TangoCore/TangoCore.apk=com.google.tango** when app launches: ``` 02-13...