-1

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:

ExperimentalMeshBuilderWithColo demo.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129

1 Answers1

1

The mesh generated by the tango sdk is optimized for performance regarding memory and reconstruction speed, it is perfect for physics and occlusion but if you want to reconstruct high quality meshes I would recommend to use different reconstruction pipelines.

Simon
  • 13,173
  • 14
  • 66
  • 90
  • To add on this answer a little bit more, to see the raw data from the depth sensor, you can try the point cloud example. – xuguo Jan 18 '17 at 02:05