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
0 answers

Project Tango does not recognize the USB connection

I have a Project Tango device and I want to connect to my computer through USB connection to work with the device, I already enable the USB debugging in the DEVELOPER OPTIONS, my computer it's a MACBOOK with YOSEMITE OS and when I plug the cable in…
Aarón
  • 11
  • 3
1
vote
1 answer

Google Tango: Youtube 360 Videos Not Working

I have a Project Tango Android tablet. I have installed and updated the latest Youtube app. When I try and play any 360 Videos from Youtube they only play flat. No ability to pan. Is there another setting one needs to check to enable 360 Youtube…
Rob M
  • 67
  • 1
  • 4
1
vote
4 answers

Export ADF to Tango sdcard with Nash/Unity - ADF write permission denied

I am working with Unity 5 and the Tango and trying to get the Area Learning Sample Code (Nash) to export the ADF to the SD card. The error in logcat I get is: I/tango_client_api( 195): Tango Service: saveAreaDescriptionMetadata, internal status…
1
vote
0 answers

Sample Controller Component missing for - Unity Tutorial : Motion Tracking with Unity

"Sample Controller" Component missing for "Unity Tutorial : Motion Tracking with Unity" In Hierarchy, click on Main Camera. (The Inspector tag at the right will show Main Camera at the top.) At the bottom of the Inspector, click the Add Component…
Gil Perez
  • 853
  • 10
  • 13
1
vote
1 answer

How to get depth image (raster) from google tango tablet

I am trying to retrieve depth image from google`s tango device (with point cloud all is fine) using Unity and tango sdk, but what I got differs much from what is written in https://developers.google.com/project-tango/overview/depth-perception. In my…
Vahagn Nahapetyan
  • 1,337
  • 13
  • 22
1
vote
1 answer

Integration Issue of Tango SDK with Cocos2dx 3.0 based game [libpng error: bad parameters to zlib]

Atm, I am integrating Tango's SDK with my game, built with Cocos2dx 3.0, and I encountered this issue where XCode's console printed "libpng error: bad parameters to zlib". Initial tracing of the error showed that a function call in CCImage.cpp,…
wltanOA
  • 19
  • 1
1
vote
1 answer

try to install Tango+D2 but compile with error symbol undefined (Window)

I try to use Tango and Phobo together in D2 and I downloaded the package from link and follow its installation process. But it has only Linux installation but not windows. This is what I do. Visual-D and DMD already installed. link I save the file…
Hami
  • 335
  • 1
  • 7
  • 22
1
vote
1 answer

problem running dmd-tango under linux

does anybody know how to run dmd under linux? i downloaded the tango linux binary and extracted it to a special folder. i call "export PATH..." but when i tried to run dmd all i get was bash: /home/user/dmd/bin/dmd: No such file or directory sorry…
remy
0
votes
1 answer

Using image resources in a jar using maven

I have a java/maven project that uses tango icons, so I'm using the following dependency: org.freedesktop.tango tango-icon-theme 0.8.90 And the…
WhyNotHugo
  • 9,423
  • 6
  • 62
  • 70
0
votes
1 answer

Getting Piepkorn GOLD Engine to work with Tango 0.99.9

I can't get the Piepkorn GOLD Engine (released on 2007) to work on my box (DMD 1.056/Tango 0.99.9/Windows 7). It imports the module tango.io.MemoryConduit which is no more present in the Tango version I use. Excerpt: import tango.io.Conduit, …
menjaraz
  • 7,551
  • 4
  • 41
  • 81
0
votes
1 answer

How to persist GPX (XML) document to a file using Tango?

My setting: Compiler: DMD 1.056 Library: Tango 0.99.9 OS: Windows 7 What I have done so far: I have managed to build via API a GPX file and know how to format it and display it on the console. My code: module SwathGen; import …
menjaraz
  • 7,551
  • 4
  • 41
  • 81
0
votes
1 answer

Facing issues while updating authentication_string in mariadb

I'm new to databases and was doing installation for a software where we have to change following in maria db. > mariadb-server-10.6 > sudo mariadb -u root ALTER USER 'root'@'localhost' IDENTIFIED BY 'mypassword'; UPDATE mysql.user SET…
sandy560
  • 49
  • 1
  • 8
0
votes
1 answer

Does ARCore supports SLAM and AreaLearning?

I'm trying to achieve Indoor Navigation system in shopping mall or an office ? Is that possible using existing ARCore ?
Srikanth104
  • 65
  • 2
  • 10
0
votes
0 answers

Cascade effect when shadows turned on

I am not able to cast shadows with Tango Unity app. When I turn on shadows in Unity, my object has a cascade effect and the background is frozen or black. Does anyone know how to fix this? I've seen Tango Apps with 3D objects that cast shadows. So…
0
votes
1 answer

Can I use the Tango SDK on the Unity Windows Store platform?

Can I use the Tango SDK on the Unity Windows Store platform? What if I can use it? When I tested, I could not build.
Bert Hu
  • 9
  • 7