Questions tagged [google-project-tango]

Google Project Tango is a hardware and software platform which brings 3D environmental sensing to Android devices. This tag should be used only on questions that are about Google's Project Tango features or Project Tango SDK technical issues. The tag [tango] should be used to ask about the library written in the "D" programming language.

Google Project Tango was deprecated on March 1st, 2018. Google is continuing AR development with ARCore (developers.google.com/ar), a new platform designed for building augmented reality apps for a broad range of devices without the requirement for specialized hardware.


Google Project Tango is a hardware and software platform which brings 3D environmental sensing to Android devices. It offers six degree of freedom motion tracking, area learning, and depth perception capabilities.

Project Tango technology gives a mobile device the ability to navigate the physical world similar to how we do as humans. Project Tango brings a new kind of spatial perception to the Android device platform by adding advanced computer vision, image processing, and special vision sensors.

Google renamed the product from "Project Tango" to simply "Tango" as the official product name on June 9, 2016.
Note that this tag should be used only on questions that are about Google's Project Tango features or Project Tango SDK technical issues. The tag should be used to ask about the library written in the "D" programming language.

References

702 questions
-1
votes
1 answer

Can the motion tracking of Google's Tango project be used in Qt Apps for Android?

Is it possible to use the C-API of Google's Tango Library outside Android Studio? I want to build a Qt application for Android (using Qt-Creator) and use the motion tracking of Google's Tango project. How would I have to set up such a project?
coproc
  • 6,027
  • 2
  • 20
  • 31
-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
-1
votes
1 answer

Is it possible to share what you see with a other device in the same room?

Is it possible to see the same object concurrently on multiple devices. For example, a sofa in the room. Or a jenga tower which you can play with between two Tango devices?
D Pluk
  • 1
  • 1
-1
votes
1 answer

Tango 3d scanner quality is poor. Could somebody help me how to improve it?

I have tried same demo from the official repo for 3d scanning and i get really poor quality of 3d environment. I have tried change values of tango manager prefab and other settings but still its same. I have a screenshot: .
-1
votes
1 answer

ZenFone AR and Lenovo Phab 2 Pro, which one is better for AR development?

Google provides the AR developers with Tango platform. There are two smart phones supporting Tango, ZenFone AR and Lenovo Phab 2 Pro. If you are a AR developer then which one you gonna choose?
-1
votes
1 answer

how to save laser-scan 3D point cloud as the format of ADF(google tango Area Description File)

the 3D point is generated by my laser-scaner, I want to save it as the format ADF,so Google Tango could use it
-1
votes
1 answer

Android Tango Explorer Crashing

Everytime i am starting Explorer application on Tango device, its crashing will following error, My Tango Core version is 1.43 Process: com.projecttango.tangoexplorer, PID: 4408 java.lang.NoSuchMethodError: no non-static method…
-1
votes
1 answer

ADF Inspector results

I'm looking at analysing the quality of area learning with project tango. Is there anyway to save the results of the ADF inspector (quality and number of successful matches) or another method of obtaining results of how effective the area learning…
hwhisk
  • 1
  • 1
-1
votes
1 answer

What is the resolution of the Project Tango tablet?

I am looking to start a project that requires a high resolution.
-1
votes
2 answers

ROS Rviz visualization of Tango Pose data

We have modified sample code for the C API so Tango pose data (position (x,y,z) and quaternion (x,y,z,w)) is published as PoseStamped ROS messages. We are attempting to visualize the pose using Rviz. The pose data appears to need some…
-1
votes
1 answer

How can I enable project tango in Normal camera mode and take 3D depth data?

I want to take the snap of an object and get the 3D coordinates of the respective pixels of that snap.
MohanG
  • 83
  • 1
  • 10
-1
votes
1 answer

How to take a 'selfie' with Project Tango?

Using Google Project Tango tablet, I want to take a selfie during an Area Learning usage session. That is, it's learned an area, now I want to have the AR tracking working while I take a selfie. I tried using the WebcamTexture Unity has to get at…
Dave A.
  • 43
  • 5
-1
votes
1 answer

Markers for Blank Exhibition Space and Better Tracking for Google Tango

If i am in a blank exhibition room with the tango w white walls and not a lot of architectural features, is it better to add markers around the room to help the tango track its position better?
-1
votes
1 answer

how to connect Tango to external PCB?

for example I would like to use Tango as the core of a robot, and let it drive some motors. I need to export some drive signals. what is the recommended hardware interface? USB ? Thanks Yang
teddy teddy
  • 3,025
  • 6
  • 31
  • 48
-1
votes
1 answer

Calculate distance from TangoPoseData

My Project Tango device has recorded two Java TangoPoseData observations. How can I calculate distance, in meters, between those two observations?
Aaron Roller
  • 1,074
  • 1
  • 14
  • 19
1 2 3
46
47