我想用open3d来可视化一个点云:
open3d.visualization.draw_geometries([geo])其中geo是点云。但是,在运行上面的代码时,我得到了以下结果:
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
terminate called after throwing an instance of 'std::runtime_error'
what(): [Open3D ERROR] GLFW Error: GLX: No GLXFBConfigs returned
Subprocess failed (exit code: 134)如何开始调试这个错误?
发布于 2020-09-09 12:46:35
这个问题似乎是图形处理器的问题造成的,而不是open3D的直接问题。已经有一些关于open3D GitHub问题的帖子。
有关详细信息,请参阅该问题的Github问题。
https://stackoverflow.com/questions/63757939
复制相似问题