googlearchive / tango-examples-c

JNI example projects for Project Tango [deprecated] C-API
https://developers.google.com/ar
Apache License 2.0
337 stars 204 forks source link

cpp_plane_fitting runtime error #79

Open FishermanZzhang opened 7 years ago

FishermanZzhang commented 7 years ago

other example is ok. when i run cpp_plane_fitting it show 08-03 20:35:59.760 27677-27677/com.projecttango.examples.cpp.planefitting E/tango_client_api: void* TangoService_getConfig(TangoConfigType): (in TangoErrorType TangoService_initializeLOCKED(const char*)) Failed to find the service on the system. 08-03 20:35:59.761 27677-27677/com.projecttango.examples.cpp.planefitting E/tango_jni_example: Unable to get tango config

i wonder how to fix it ?

gleblebedev commented 7 years ago

I have the same issue. Have you found a solution to it?

yquemener commented 7 years ago

I am wondering about it as well. It does not make my app fail but it seems to delay its initialization and makes the callback take a long time to connect.