Issue
Can I get some examples about pointclouds with ARCore? I really search it for days. Currently I am working on an application similar to this one:This app
Has the feature to view pcl and save files in .ply format
Thanks
Solution
The HelloARSample app renders pointcloud in a scene. You can get the coordinates for each point and save them manually in a .ply format.
Answered By - user15155006
Answer Checked By - Timothy Miller (JavaFixing Admin)