Questions tagged [tango]

Tango is an open-source software library for D programming language.

Tango is a cross-platform open-source software library, written in the D programming language for D programmers. It is structured as a cohesive and comprehensive library for general purpose usage, and is supported by a growing number of recognized D enthusiasts.

The tango project's website is located at: http://www.dsource.org/projects/tango

108 questions
1
vote
1 answer

dfl_debug.lib not found

I'm trying to compile my first application using Forms in D, using the DFL / Tango libraries, but the compiler first attempt said: DFL lib files not found. Then I tried to compile the libs, and got the following error: not found:…
The Mask
  • 17,007
  • 37
  • 111
  • 185
1
vote
1 answer

Where can I download google tango unity package at 2018?

today is 2018.03.21 . I try my best to "google". But every download link(google tango unity package) are broken. I try to tag "Tango for Unity","Tango Unity package" and so on... When I found but it always link the GOOGLE…
Dinaya
  • 27
  • 5
1
vote
1 answer

Google Tango glitching in the build (Unity 5.6.1)

I've made an ARKit app that I was porting to Google Tango. The build works but the augmented object keeps tiling itself when it is visible on the mobile phone. Like this: There aren't any errors popping up either. It just .. glitches like that. I…
Rishi
  • 155
  • 1
  • 14
1
vote
1 answer

How to check if the finger is touching area where object instance exist?

There is a way to place objects on the surface by swiping finger over the screen (thanks to @ryemoss for an answer here ) The question now is how to avoid placing objects on top of each other - how can we check if the finger is touching the area…
Rumata
  • 1,027
  • 3
  • 16
  • 47
1
vote
0 answers

Project Tango C API mapping specific 3D point to color

I am using Project Tango C API. I signed up to color image and depth image callbacks(TangoService_connectOnPointCloudAvailable and TangoService_connectOnFrameAvailable). So I do have TangoPointCloud and matching TangoImageBuffer. I've rendered them…
Yuri Vovchenko
  • 363
  • 1
  • 5
  • 14
1
vote
0 answers

How to implement record video in the tango

I develop tango AR app using Unity, I want to record the AR video, but I can't find a API to record video in the tango Android device, so I have to use Android API. in the Unity project, I import tango's unity SDK package, so, at Plugins/Android…
feixiaku
  • 11
  • 2
1
vote
1 answer

Tango app suddenly breaks with JNI DETECTED ERROR IN APPLICATION

I'm developing an app using Google Tango. For a while everything worked fine, but yesterday after refactoring some variables and reverting some changes it suddenly broke. When starting the app I get the following error log: A/art:…
colsson
  • 43
  • 1
  • 7
1
vote
2 answers

Has Google withdrawn the Tango Constructor app?

The Tango Constructor app is referenced in list of Tango tools Tango Constructor but it is not available or listed in the Google Play Store, at least in the USA. Thanks.
Ian Corbyn
  • 11
  • 3
1
vote
1 answer

Extracting Depth data google tango

I'm having difficulties with my android app i have the following code from examples: @Override public void onXyzIjAvailable(final TangoXyzIjData xyzIj) { // Update depth data updateYSDepth(xyzIj); } And somehow it gives me this…
1
vote
0 answers

Error! TangoErrorType TangoService_connect(void*, TangoConfig): Enable color camera

I am trying to connect to the tango device and open the camera and just stream the video, i have written the code but it gives me error "TangoErrorType TangoService_connect(void*, TangoConfig): Enable color camera" Here is the code, public class…
1
vote
2 answers

Project Tango: How to tell if the plane created in the Plane fitting example is a floor or a wall in Java SDK?

The plane fitting example fits a cube on a plane that it created from the point cloud that it retrieves based on the point selected by user. I want to determine if that point is a floor, a wall or a roof. What I am trying to achieve is to change the…
1
vote
1 answer

Unable to run Tango java_basic_examples in Google Tango device

I am trying to build the tango 'java_basic_examples' and trying to run 'hello_area_description', 'hello_depth_perception' and 'hello_motion_tracking' samples. I am able to build all the samples but when I tried to run on Tango device I am getting…
Vipin
  • 11
  • 1
1
vote
0 answers

Project Tango Unable To Instantiate Activity

Application used to work on older software revisions, but now crashes on startup. My guess is that this isn't a problem with Unity, since I can easily work with other projects, but an issue with wither my device or how I have things set up in the…
BMARX123
  • 91
  • 10
1
vote
1 answer

AdMob: CommandInvokationFailure: Failed to re-package resources. See the Console for details

I have been trying to solve this issue for about a week now. Even when removing admob the problem persists. This leads me to believe something has changed in the way Unity does android. Any help is greatly appreciated! Since I am developing for…
BMARX123
  • 91
  • 10
1
vote
1 answer

Tango: How to get depth frame from the tango device using Java

I am developing a measurement tool just like Measure It. I am stuck in aligning the depth frame with the color camera frame. I am able to get an average depth of the point cloud but can't get the complete depth frame. Is there any simple way…
Sarmad
  • 303
  • 3
  • 16