Open3D
Open3D copied to clipboard
o3d.geometry.PointCloud.create_from_depth_image Segmentation Fault erroe
Checklist
- [X] I have searched for similar issues.
- [X] For Python issues, I have tested with the latest development wheel.
- [X] I have checked the release documentation and the latest documentation (for
mainbranch).
My Question
I am using python3.10.12 and a conda environment. I install open3d from pip install open3d. when I run my code, i am getting error at this particular line. I want to run my mujoco simulator and generate point clouds from this .
Do you have any minimal example that causes this error? It is hard to debug without any code or at least a snippet on how you call this function.