zc102241
Results
2
comments of
zc102241
same here @christian-rauch system: Ubuntu 16.04 egl version: 18.0.5 Nvidia driver version: 384.130 When I change the code from: `pangolin::CreateWindowAndBind("Main",640,480,pangolin::Params({{"scheme", "nogui"}}));//headless` to: `pangolin::CreateWindowAndBind("Main", 640, 480);//with gui` It does output a...
Thank you for your quick response! The mini EGL program doesn't work and the window stays black. I'll have a try with Ubuntu 18 on another PC next week.