You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
and camera shows black screen and "searching for surfaces..."
also i got this error :
com.google.ar.core.examples.java.helloar E/Zygote: v2
com.google.ar.core.examples.java.helloar E/Zygote: accessInfo : 0
com.google.ar.core.examples.java.helloar E/SupportedDevices: Device calibration unavailable. Just kidding! ;)
com.google.ar.core.examples.java.helloar E/SupportedDevices: Device calibration unavailable. Just kidding! ;)
com.google.ar.core.examples.java.helloar E/ACameraMetadata: getConstEntry: cannot find metadata tag 65571
com.google.ar.core.examples.java.helloar E/ACameraMetadata: getConstEntry: cannot find metadata tag 851980
com.google.ar.core.examples.java.helloar E/ACameraMetadata: getConstEntry: cannot find metadata tag 1310721
com.google.ar.core.examples.java.helloar E/ACameraMetadata: getConstEntry: cannot find metadata tag 1638401
com.google.ar.core.examples.java.helloar E/ACameraMetadata: getConstEntry: cannot find metadata tag 851980
com.google.ar.core.examples.java.helloar E/ACameraMetadata: getConstEntry: cannot find metadata tag 1310721
com.google.ar.core.examples.java.helloar E/ACameraMetadata: getConstEntry: cannot find metadata tag 1638401
com.google.ar.core.examples.java.helloar E/tango_camera_native: 2 is not a valid camera index.
com.google.ar.core.examples.java.helloar E/tango_camera_native: 3 is not a valid camera index.
com.google.ar.core.examples.java.helloar E/BoostFramework: BoostFramework() : Exception_1 = java.lang.ClassNotFoundException: Didn't find class "com.qualcomm.qti.Performance" on path: DexPathList[[],nativeLibraryDirectories=[/system/lib64, /vendor/lib64]]
and when i debug project i got exception in mSession.resume(mDefaultConfig); and in bindTangoService method for this line "this.tango.createInstance(this.context, new Runnable()"
hi...i want to make an AR project,i get sample from this reop " https://github.com/google-ar/arcore-android-sdk/releases/tag/sdk-preview " and get arcore_client.aar from below repo :
"https://github.com/tomthecarrot/arcore-for-all " or
"https://github.com/tomthecarrot/arcore-for-all/tree/service-mod "
and replace it with orginal arcore_client.aar in libraries of arcore-android-sdk-master(preview) but after launch project on these devices (Samsung Galaxy S7 Edge,Samsung SM-A7 2017,Samsung A5-2017 ,Samsung note8) ,i got "Tango Core has stopped" / "Tango Core keeps stopping"
and camera shows black screen and "searching for surfaces..."
also i got this error :
com.google.ar.core.examples.java.helloar E/Zygote: v2
com.google.ar.core.examples.java.helloar E/Zygote: accessInfo : 0
com.google.ar.core.examples.java.helloar E/SupportedDevices: Device calibration unavailable. Just kidding! ;)
com.google.ar.core.examples.java.helloar E/SupportedDevices: Device calibration unavailable. Just kidding! ;)
com.google.ar.core.examples.java.helloar E/ACameraMetadata: getConstEntry: cannot find metadata tag 65571
com.google.ar.core.examples.java.helloar E/ACameraMetadata: getConstEntry: cannot find metadata tag 851980
com.google.ar.core.examples.java.helloar E/ACameraMetadata: getConstEntry: cannot find metadata tag 1310721
com.google.ar.core.examples.java.helloar E/ACameraMetadata: getConstEntry: cannot find metadata tag 1638401
com.google.ar.core.examples.java.helloar E/ACameraMetadata: getConstEntry: cannot find metadata tag 851980
com.google.ar.core.examples.java.helloar E/ACameraMetadata: getConstEntry: cannot find metadata tag 1310721
com.google.ar.core.examples.java.helloar E/ACameraMetadata: getConstEntry: cannot find metadata tag 1638401
com.google.ar.core.examples.java.helloar E/tango_camera_native: 2 is not a valid camera index.
com.google.ar.core.examples.java.helloar E/tango_camera_native: 3 is not a valid camera index.
com.google.ar.core.examples.java.helloar E/BoostFramework: BoostFramework() : Exception_1 = java.lang.ClassNotFoundException: Didn't find class "com.qualcomm.qti.Performance" on path: DexPathList[[],nativeLibraryDirectories=[/system/lib64, /vendor/lib64]]
and when i debug project i got exception in mSession.resume(mDefaultConfig); and in bindTangoService method for this line "this.tango.createInstance(this.context, new Runnable()"
@tomthecarrot please guide me....
The text was updated successfully, but these errors were encountered: