How do I export Point Cloud Data (Project Tango)?

后端 未结 5 951
孤街浪徒
孤街浪徒 2020-12-03 05:46

Just got a Project Tango Development Kit tablet and have worked through some of the demos and examples.

Some older blog posts use the log files from a "Tango Map

5条回答
  •  隐瞒了意图╮
    2020-12-03 06:28

    Tango Mapper is an internal tool, and it's currently not public to developers. I think the best way to log the point cloud data is using the c or java example code provided, and maybe do some small modification to log the data to a file.

    c example: https://github.com/googlesamples/tango-examples-c

    java example: https://github.com/googlesamples/tango-examples-java

提交回复
热议问题