Skip to content
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

How can I export ply files #11781

Closed
0DWADE0 opened this issue May 9, 2023 · 4 comments
Closed

How can I export ply files #11781

0DWADE0 opened this issue May 9, 2023 · 4 comments

Comments

@0DWADE0
Copy link

0DWADE0 commented May 9, 2023

  • Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):

  • All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)


Required Info
Camera Model { L515 }
Firmware Version (Open RealSense Viewer --> 2.53.1)
Operating System & Version {Win (10)
Kernel Version (Linux Only) (e.g. 4.14.13)
Platform PC
SDK Version { 2.53.1.4623}
Language {C++ }
Segment {others }

Issue Description

<I am developing L515, how to export ply format files, and what should I do if I cannot export them directly?>

@MartyG-RealSense
Copy link
Collaborator

Hi @0DWADE0 There are not many references available about exporting a ply file with C++. I recommend using the save_to_ply instruction, which has a range of options for configuring export. A RealSense team member shares a C++ code snippet for save_to_ply at #6677 (comment)

A list of the supported configuration commands can be found at #4906 and also at the link below.

https://intelrealsense.github.io/librealsense/doxygen/classrs2_1_1save__to__ply.html#a9971c1fbc2d761e7a871d55c5174770c

@MartyG-RealSense
Copy link
Collaborator

Hi @0DWADE0 Do you require further assistance with this case, please? Thanks!

@0DWADE0
Copy link
Author

0DWADE0 commented May 16, 2023

@MartyG-RealSense Thanks for your advice, I got the example I wanted

@MartyG-RealSense
Copy link
Collaborator

You are very welcome. As you achieved a solution, I will close this case. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants