-
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
vertex normal information is not present in ply file generated from bag file #4813
Comments
You would have to turn the pointcloud into a mesh and then calculate vertex normals based on that mesh. I think PCL gets recommended frequently by people here for doing these kinds of things, although that appears to be a C++ project |
thanks @lramati I will try that out. |
@rupeshchandgude - latest viewer includes options to export with normals. Thank you for the feedback |
@dorodnic Thanks for update. |
check out the save_to_ply object |
|---------------------------------|------------------------------------------- |
| Camera Model | D435 |
| Firmware Version | RealSense Viewer |
| Operating System & Version | Ubuntu 16 |
| Platform | PC |
| Language | python |
Issue Description
I have generated bag file using Realsense Viewer. After I convert it into ply file using following code:
Generated ply file does not have vertex normal information in it. Is there any way to add vertex normal information while generating ply file or after generating ply file?
The text was updated successfully, but these errors were encountered: