Reputation: 323
I am developing a measurement tool just like Measure It. I am stuck in aligning the depth frame with the color camera frame. I am able to get an average depth of the point cloud but can't get the complete depth frame.
I am using the Tango Java SDK along with Android Studio.
p.s: Yes I have read similar questions posted on SO but some were unanswered and others did not help.
Upvotes: 1
Views: 398
Reputation: 1826
Check out the new released point to point measurement example in both C and Java.
https://github.com/googlesamples/tango-examples-c
https://github.com/googlesamples/tango-examples-java
Upvotes: 1