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

Unity Android Application "Unable to load native library" and "Failed to mkdirat" Project Tango

I have been having issues with an application I am developing on Unity, so to make sure that it wasn't a problem with any of my work I started a new project and only installed the Tango plugin. After following the instructions to create a basic…
0
votes
1 answer

Pause motion tracking

I'm using the motion tracking but I would like to "pause" it. The room where I use the app is small, so I would like to pause/stop motion tracking then move (physically) into the center of the room and then restart motion tracking. I tried to return…
Skarwild
  • 23
  • 1
  • 7
0
votes
1 answer

project tango use adb via USB3.0

I want to use adb connect the project tango via the mini-dock's usb3.0 port . I tried but I failed . Do I have to set some thing in setting ? like enable USB3.0 port ? Thank you .
zh18
  • 154
  • 2
  • 13
0
votes
1 answer

Can't find out how to transform Tango Point Cloud

I work with the Google Tango right now and so far everything worked fine, but I stumbled upon a few strange things. There is a class ScenePoseCalculator in the Tango Examples. And there is a method "toOpenGlCameraPose". When using this, the OpenGL…
Gem
  • 53
  • 5
0
votes
2 answers

Project Tango Raw Data (IMU and RGBD)

I'm a beginner in android and with the Tango (I just wanted to say it to prevent possible mistakes) and I'm using the Project Tango Tablet (Yellowstone). I want to do slam with it, that's why I want to get the raw data. Currently I know how to get…
Bastienm
  • 363
  • 2
  • 16
0
votes
1 answer

Google Tango Update Listener onXyzIjAvailable Callback never gets called

first: there are two topics in here which are pretty similar, but one ended with the device being faulty, others are on the C API... that's why a open a new question. I am using the Google Tango SDK with jMonkeyEngine for a scientific Augmented…
Gem
  • 53
  • 5
0
votes
2 answers

Error when adding libraries on Android Studio

I'm trying to create an app for android (google Tango) that uses thrift to send some information to a client. I take a sample Tango app which runs without Thrift. Then when I add try to add some of the Thrift dependencies (like…
Girauder
  • 165
  • 1
  • 12
0
votes
1 answer

How to read a char[] object into a tango.io.compress.ZlibStream?

I have a D program with Tango and I'm trying to uncompress a gzipped string. Unfortunately I don't have A stream to it, but the compressed data is stored in a char[]. How can I uncompress it using tangos tango.io.compress.ZlibStream? I need another…
Lars
  • 1
  • 2
0
votes
1 answer

Tango With Django - Fun With Forms URLconf Error

I am currently doing the latest tango with django course and have just about finished '8. Fun with Forms', I however cannot solve an error I am getting. The course tells us to make an add_page form and supplies us with the view and the form, all we…
eZ_Harry
  • 816
  • 9
  • 25
0
votes
1 answer

What method is implemented for drift compensation in the gyroscope?

I am trying to access the physical un-calibrated gyroscope sensor. But I am unable to. Since I can only access the calibrated one, I want to know what method is used for drift compensation in the gyroscope sensor used in the Tango Device.
Ronica Jethwa
  • 51
  • 1
  • 7
0
votes
1 answer

using the C API requires #include

I'm trying to use the Tango C API, but in all the files in the SDK, there are references to #include . I have done some research and cannot find where to get the public tango API or what it is. Shouldn't the SDK include all…
0
votes
0 answers

Boolean value always returns 0 while reading in qt creator

I am trying to read a boolean value from a device.Here is the code: bool attr26Value; DeviceAttribute attr26; attr26 = device2->read_attribute("attribute_name"); attr26 >> attr26Value; When I check the values returned into I can see boolean…
Valla
  • 2,414
  • 11
  • 42
  • 73
0
votes
1 answer

How to use tango within Qtcreator

I have just started using Qt creator. I have created a simple form in QT4 designer and I used python for it. It is a simple form with two fields and a button. These two fields populate values from the device that I have defined in my jive.I am using…
Valla
  • 2,414
  • 11
  • 42
  • 73
-1
votes
1 answer

How to avoid stretching rendered texture when changing screen size?

How do you avoid stretching texture, rendered by the camera, when changing screen size? For example, if I create a plane with material with a texture, rendered from the camera, the texture will be distorted, depending on smartphone screen…
Rumata
  • 1,027
  • 3
  • 16
  • 47
-1
votes
2 answers

How to avoid placing object behind buttons?

Google Tango and Unity related question. Using this tutorial we can place an object on the surface by tapping the screen. Here is the code: using UnityEngine; using System.Collections; public class KittyUIController : MonoBehaviour { public…
Rumata
  • 1,027
  • 3
  • 16
  • 47