-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exporting Point Cloud in C# #7886
Comments
@MartyG-RealSense Thanks for the fast reply. The code from your link solved my problem. |
Great to hear - thanks for the update :) |
@MartyG-RealSense Sorry to reopen this issue again. Is it possible to get the point cloud without meshing? |
I researched your follow-up question deeply. In C++ and Python you can set ply configuration options wit the save_to_ply processing block but I could not find a C# method for accessing it. |
Ok. Thanks for your help. |
Issue Description
Hello I'm trying to export a point cloud in C#. I'm using the point cloud code from the cookbook and the exporttoply() method, but when I run the code nothing is exported.
Hopefully someone can tell me how to achieve this.
Thanks in advance.
`
var pipe = new Pipeline();
var pc = new PointCloud();
pipe.Start();
`
The text was updated successfully, but these errors were encountered: