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
1 answer

Access the motion tracking camera on Tango phone

Is there an api to read the image data from the motion tracking camera on Tango phones? By motion tracking camera, I meant the global shutter camera that is used to do feature extraction and tracking.
0
votes
1 answer

Identifying boundaries and objects in real time (tango)

Is there a possibility with a google tango camera to create a situation, that my player goes on the table and if he comes out of the table he falls? Has anyone ever done anything similar and has references or ideas on how to do it?
0
votes
1 answer

Get true timestamps of motion sensors on Android

It is known that readings of motion sensors are cached on queues, so there might be elapsed time between when the data are actually sampled and when they are popped from the queue. Is the timestamp member in SensorEvent the time when the data are…
0
votes
1 answer

"Enable Area Descriptions" option of tango is not exist in my unity

I follow this guide from Google: https://developers.google.com/tango/apis/unity/unity-howto-area-learning and appear about option "Enable Area Descriptions" in tango manager, but in my unity, is not appear in inspector, (verson 2017.1) Someone knows…
0
votes
1 answer

Tango Unity Application example throws "Unfortunately, (app name) has stopped" when is built to Android device

I tried to follow these tutorials below to build a Tango example project on a Lenovo Tango device: https://developers.google.com/tango/apis/unity/unity-setup https://developers.google.com/tango/apis/unity/unity-howto-motion-tracking When I try to…
mordecai
  • 529
  • 5
  • 25
0
votes
1 answer

Where is Asset/Cardboard/Prefabs @ Unity?

Can not find "Asset/Cardboard/Prefabs" @ "GoogleVRForUnity_1.70.0.unitypackage" linked from "Cardboard SDK for Unity" @ "https://developers.google.com/tango/apis/unity/unity-cardboard-integration#combining_tango_with_cardboard" Where is it?
0
votes
1 answer

Questions - Installing Apps on DayDream Standalone HMD

My questions are regarding DayDream standalone 1. Since this is an untethered VR HMD how are Apps installed? Micro USB, wireless network etc ? Trying to find into on the Google VR Develop page, any help finding a link is appreciated. The CPU is a…
0
votes
2 answers

Tag objects with google tango area learning

After area learning is done and the data is stored in an ADF file, is there any way in which we can tag the objects in the ADF file. E.g., Let's say that the application learns an area containing a coffee machine. Can I tag that coffee machine with…
Varun V
  • 327
  • 2
  • 10
0
votes
1 answer

How to place objects by swipe your finger across the screen?

Using this tutorial we can place objects on the surface by finger tap. How can we change the script to place objects while swiping a finger across the screen, so that placing objects would be like "painting" area where they should be placed? Here…
Rumata
  • 1,027
  • 3
  • 16
  • 47
0
votes
2 answers

When area learning in Project Tango SDK's examples are running, where is the learning data stored?

I have using Phap 2 pro for my graduation project. The project theme is 3D object recognition using Google Tango. So, I run the area learning in Project Tango SDK's example! I need the area learning data! However, I can't find it. Where is the…
0
votes
1 answer

Activate autofocus for tango color camera

How can I activate the autofocus of the tango color camera? The TangoCameraIntrinsics and TangoConfig classes of com.google.atap.tangoservice don't seem to have an option for doing it. I would like scan bar codes of products e.g. grocery items. To…
Malte Ahl
  • 101
  • 1
0
votes
1 answer

Unity project with Mapbox and Project Tango

Trying to create an app for Tango that uses the Mapbox-sdk in Unity. The goal is visualize a 3D-model combined with augmentet reality. When trying to build the apk for a project that uses both Mapbox and Tango in Unity, the following errors…
gurogb
  • 7
  • 2
0
votes
0 answers

Project Tango Android App Not Tracking Camera

I have installed Unity 5.6.1f1 and Android Studio, imported the Tango package and opened the motion tracking example scene but when I build out the scene the app does not move with the camera? The Tango cube simply sits there with a white background…
0
votes
1 answer

AR objects drift issue in Google TANGO

I am trying to create a simple scene where a few objects are placed on the table. Object placement works perfect but when I move the device, the objects drift around a bit. Which at one point makes the objects placed at the corner feel like they are…
Uzi
  • 103
  • 6
0
votes
1 answer

Are Tango Project sensors ideal to identify body parts (like legs) in indoor environments?

I'm interested to develop an AR app using a Tango Project cellphone that would be able to identify body parts, like legs, and project some 3D objects on the identified parts. My concern now is if the sensors in Project Tango cellphones are ideal for…
mordecai
  • 529
  • 5
  • 25