-
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 to apply texture on filtered point cloud data? #2100
Comments
I am also trying to write my own c++ code to filter the data and save the point cloud data to ply. It does not allow my to do that. I don't know why. Could you please point out where I did was wrong? The code is stuck at "filtered_points = filtered_pc.calculate(filtered);" The following is my code.
|
[Realsense Customer Engineering Team Comment]
Then you should design which texture to map to depth pointcloud then save them into PLY. For example, below you map to colorized_depth, but export the texture with color. You should export with the colorized_depth to make the texture align with it.
|
[Realsense Customer Engineering Team Comment] |
Issue Description
I am trying to view the textured filtered point cloud data using the example code of post_processing code. The point cloud data does not have the colored texture on it. Could you please let me know why.
The text was updated successfully, but these errors were encountered: