HalfdanJ / ofxARCore

Experimental addon for openFrameworks to use ARCore on Android devices
Apache License 2.0
182 stars 29 forks source link

This device does not support AR Galaxy S7 #15

Open janisso opened 6 years ago

janisso commented 6 years ago

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), ARCore - v 0.91.171204143 (arcore-preview2.apk) and ARCore - v 1.0.180129153 (from Play Store). In all three cases, when I launch the apk, my phone spits out the message in the title. Is this related to issue #13? I have built hello_ar_java from arcore-android-sdk and it seems to work fine. Other android example projects from OF seem to work fine too. I am using OF described in the main page (https://github.com/halfdanj/openframeworks/tree/android-camera-permissions).

Could there be some compatibility issues that I am not aware of? Below is the log file logcat.txt

PS: in order to build the project I had to add #include "ofMain.h" in ofxARCore.h. As well as change CAMERA to OFX_ANDROID_PERMISSION_CAMERA in ofxARCore.cpp on line 152 since CAMERA was an undeclared identifier.