Search code examples
google-project-tango

Can project Tango java run on normal tablet


I was trying to compile the given folder tango-examples-java-master given on developer site of google. I was unable to run the java_quick_start_example folder. It says i have a missing libtango_support_api.so Although i have it in my jinLib Folder. I was trying to run this app on my normal tablet. Do i need to have google tango tablet for running that example ? because seeing that particular code i dont think we require google tango tablet for that. Can anyone clear my doubt.. it has been bugging me a lot for past few days


Solution

  • You cannot run this with non-Tango device.

    1. The java interface is loading the .so from tango core path rather than application path. So placing the .so in the application lib folder doesn't really help the jar library to link against it.

    2. Tango requires extra sensors to run the algorithm. It's only supported on Tango device now.