I'm looking to capture the coordinate data on the video overlay in project tango much similar to how measureit does it. How is this done?
Asked
Active
Viewed 260 times
1
-
Check out this [answer](http://stackoverflow.com/questions/34565930/projecting-tango-3d-point-to-screen-google-project-tango/34639853#34639853). Similar requirement as yours. – nbsrujan Feb 03 '16 at 06:07
-
Any idea how the touch position is obtained on the plane? – vanipriya Feb 03 '16 at 23:58
-
Checkout Augmented Reality unity3D example provided by Project-Tango – nbsrujan Feb 04 '16 at 04:43
-
Right.. so none on Android.. We deifnitely have to take the Unity route for this? – vanipriya Feb 07 '16 at 19:21
-
You can obtain tough position in Android too. Look at source of Unity example. It's straightforward to port method into Android. – nbsrujan Feb 08 '16 at 05:44