-
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
Export an organized point cloud #1455
Comments
use the rs-pcl example to convert realsense data to PCL. Once you're in PCL you can convert to PCD |
Hi @baptiste-mnh @Alex9812 |
Thank you for your answers. I successfully generated a .pcd but I still having issues to convert it. My steps
PCD Header :
I easily can open it with CloudCompare. But when I try to convert it as E57, I can't open it in Cloudcompare, it says that the box dimension is 0,0,0. So I still can't open my laser capture in Capturing Reality. May be there is an other way to convert it in PTX for exemple? Thanks! |
[Realsense Customer Engineering Team Comment] @baptiste-mnh |
Hi, |
[Realsense Customer Engineering Team Comment] |
Ok thank you. It could be a very useful feature for 3D scan. |
But here, PCD is not organized point cloud as HEIGHT 1 Thanks
|
@RealSense-Customer-Engineering @MartyG-RealSense |
@AndreV84 I checked the progress of the feature request. As suggested in #1455 (comment) there was an official Intel feature request created but it was closed in October 2021 because research determined that there was little public interest in the E57 format compared to the ply format and so it was decided not to proceed with creating the feature. In regard to how you might convert RealSense data into E57 format, MeshLab apparently introduced E57 import / export support in 2021. cnr-isti-vclab/meshlab#582 (comment) The link below has a guide to using a ply exported from RealSense in MeshLab to create a solid mesh. https://www.andreasjakl.com/capturing-3d-point-cloud-intel-realsense-converting-mesh-meshlab/ |
@MartyG-RealSense
then I was able to import resulting e57 from realsense camera into isaac sim |
It's excellent to hear that CloudCompare can provide the E57 conversion that you needed. As an official librealsense feature request for E57 has already been declined for creation, it would not be considered again a second time unfortunately. |
Hi,
I'm able to generate a PLY from my D415 but I need to get an organized point cloud such as a PCD, PTX or E57.
Is there a way to do it directly with th SDK 2.0 or PCL library?
Thanks in advance
The text was updated successfully, but these errors were encountered: