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

Google Tango - Markers .xml not saved

I am currently working with a Lenovo Phab 2 Pro - Google Tango. I installed the new Gankino SDK. After using area learning I would like to retrieve the coordinates of the markers places during the area learning. When I go into the folder at the…
0
votes
0 answers

Tango finding walls, or recognizing angle of wall

I need to recognize wall by using tango sdk and place there any AR wall (I cant find angle of wall). I have searched a lot, but couldnt find anything helpful. here is a link with same question, but there is no any normal answer. please any help will…
Hovo
  • 11
  • 1
0
votes
2 answers

Android Output Frame Coordinates

In the Google Tango doc for the TangoSupport_fitPlaneModelNearPoint function the intersection_point value is given as a Vec3 in "Output Frame Coordinates" When debugging this I find that the positive Z coordinate is always the distance away from the…
FrickeFresh
  • 1,688
  • 1
  • 19
  • 31
0
votes
1 answer

getCameraIntrinsics by rotation display or not

So Tango C API offers its main way of getting the TangoCameraIntrinsics struct using the TangoService_getCameraIntrinsics function call but its support library also offers the TangoSupport_getCameraIntrinsicsBasedOnDisplayRotation function call I…
FrickeFresh
  • 1,688
  • 1
  • 19
  • 31
0
votes
1 answer

Get reference points base frame Tango Device

I want to get x,y,z coordinates of the base frame from TangoPoseData in tango device. if (pose.baseFrame == TangoPoseData.COORDINATE_FRAME_AREA_DESCRIPTION && pose.targetFrame == TangoPoseData .COORDINATE_FRAME_START_OF_SERVICE) { if…
Silky
  • 21
  • 5
0
votes
1 answer

Obtain tango device main camera image in unity

In my project I am capturing point cloud and based on that I create a binary mask, which I want to apply to captured image from Tango tablet main camera, so that the final image is a cutout of the detected points of point cloud. I tried to use the…
0
votes
1 answer

Tango app for all android devices

I am exploring tango sdk and find some things that i am not able to understand there is an app called istaging :- https://play.google.com/store/apps/details?id=com.iStaging.furniture and there is another app istaging for tango:-…
0
votes
0 answers

Import and Export of point cloud - TangoPointCloudData

What I'm trying to achieve is the following, I have 2 Android apps(I'm only using Java API, no Unity) and I would like to capture on 1 app a Point Cloud and send it to the other App. I'm doing the last part correct, but I do not know how to load the…
Nativ
  • 3,092
  • 6
  • 38
  • 69
0
votes
1 answer

Plane fitting with data from previous Tango session

I'm facing the following problem while developing Tango app and not sure whether I'm on the right track or not. What I'm trying to achieve: User takes a picture. In the background the app saves to persistent the current point cloud and pose. The…
Nativ
  • 3,092
  • 6
  • 38
  • 69
0
votes
1 answer

Yellowstone tablet camera sensor

At a company I work for we're developing a 3D Reconstruction app that can be downloaded to common Android devices. In order for the reconstructions to work the best, we need to input the devices' camera sensor size (specifically the CCD width).…
0
votes
1 answer

Cannot reuse TangoPointCloudData in a different Tango session

I'm facing the following problem while developing to Tango and not sure whether I'm on the right track for solution or not. What I'm trying to do(in short): serializing a point cloud(TangoPointCloudData object) and pose(TangoPoseData object) into a…
Nativ
  • 3,092
  • 6
  • 38
  • 69
0
votes
1 answer

Getting Location Services Running Unity/Tango

I am building a simple app in Unity/Tango platform. I am trying to get the location. I followed the steps in this https://docs.unity3d.com/ScriptReference/LocationService.Start.html So after 20 seconds wait it 'Timed out' and the Status is always…
user3900196
  • 457
  • 2
  • 6
  • 18
0
votes
1 answer

Google Tango Point Cloud with No Data

After downloading the latest C examples from the gitrepo, I compiled the point cloud example. Upon build error, I needed to update the code using the (supposedly) supported TangoPointCloud object (Vega release). Obviously, I was using the…
9301293
  • 514
  • 3
  • 16
0
votes
0 answers

connect project tango library .so in visual studio xamarin project

i am trying to write an app for the Google Tango device using Xamarin in VS2015. I have created the native activity and put in the basic tango config and connect to service code. I added the tango libraries in the project settings so intellisense…
XiaoHouZi
  • 11
  • 1
  • 5
0
votes
1 answer

How to push tango project apk in google play store

i want to push one tango project apk into google playstore, what is steps to do it, Is it same like pushing android apk? How can it differentiate as tango? Thanks in advance.
Sreekanth
  • 407
  • 4
  • 8
  • 20