You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
Hi @chibai The only Python export_to_ply script that is known to be able to successfully export color is at #6194 (comment)
Any investigation about saving a color ply with Python always ends up coming back to the export_to_ply example linked to above unfortunately, as it is the only confirmed example that works.
There is also a save_to_ply example script at #7747 (comment) which exports depth but did not export color for the script's creator even though it was intended to. As it has been a couple of years since the script was last reported to have been tried, you are welcome to try it yourself to see whether you get different results now.
Hi @chibai The only Python export_to_ply script that is known to be able to successfully export color is at #6194 (comment)
Any investigation about saving a color ply with Python always ends up coming back to the export_to_ply example linked to above unfortunately, as it is the only confirmed example that works.
There is also a save_to_ply example script at #7747 (comment) which exports depth but did not export color for the script's creator even though it was intended to. As it has been a couple of years since the script was last reported to have been tried, you are welcome to try it yourself to see whether you get different results now.
Thank you for your fast reply~~I will try to dig a little bit, before any new results, I will close this issue~
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 :)
Issue Description
<Describe your issue / question / feature request / etc..>
I want to save the point cloud as follow, which is textured by color as belowe
But according the example https://github.com/IntelRealSense/librealsense/blob/master/wrappers/python/examples/export_ply_example.py
I can only get point cloud as follow, I tried many approaches, but failed
The text was updated successfully, but these errors were encountered: