-
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
How can I get the normal from the SDK or realsense-viewer #5120
Comments
Upcoming release of the RealSense Viewer is going to include an option to include normals in PLY exporter, but generally speaking, I would export PLY and calculate normals externally using MeshLab. |
Hi,@dorodnic |
As you can see by inspecting #4906 (specifically here) normals are calculated in the viewer and not on the D400's VPU. This is why we recommend using Meshlab or similar as their code is likely more optimized for calculating vertex normals on large meshes |
@lramati |
Please let us know if further assistance is needed for this topic. |
Issue Description
<Describe your issue / question / feature request / etc..>
Hi, I want to get the normal of each point , how can I get the normal from the SDK or realsense-viewer, could you show me an example?The export_to_ply generate the mesh file , how can I get the raw point cloud, I mean each point from the depth map ,RGB and normal information. I think it is different from the mesh. The mesh is cacluated by the some surface algrithm. Vertices dosent equal to the raw point. Am I right?
This may relate to my issue.
#4906
The text was updated successfully, but these errors were encountered: