What I'm trying to achieve is the following, I have 2 Android apps(I'm only using Java API, no Unity) and I would like to capture on 1 app a Point Cloud and send it to the other App.
I'm doing the last part correct, but I do not know how to load the point cloud in the other app. Part of the problem is that TangoPointCloudData is constructed from objects that are not part of Android SDK and adding them means adding a JNI libraries. Of Course simple serialization won't work here.
Seems like a huge overhead for that end.
If there isn't a way to achieve it easily on the Java API, is there a way to achieve it on the Unity API?
Thanks