I am trying to run this simple python code on windows:
import open3d as o3d
render = o3d.visualization.rendering.OffscreenRenderer(640, 480)
and getting this error: EGL Headless is not supported on this platform
I am using: open3d 0.17.0 python 3.8.3 Windows 11
Tried running this simple example but couldn't find a solution on windows and open3d 0.17.0