weigao95 / surfelwarp

SurfelWarp: Efficient Non-Volumetric Dynamic Reconstruction
https://sites.google.com/view/surfelwarp/home
BSD 3-Clause "New" or "Revised" License
276 stars 71 forks source link

/surfelwarp/core/render/render.cpp:67: The GLFW window is not correctly created. #64

Closed ZYJxxx closed 3 years ago

ZYJxxx commented 3 years ago

when i run "./surfelwarp_app /path/to/config", there is the error. I can normal run https://www.glfw.org/docs/latest/quick.html, my computer has 2 TiTan V GPU's , and -DCUDA_ARCH=70 was set when i cmake this project. I have no idea about this now, looking forward for your reply.

weigao95 commented 3 years ago

Please try again with the same setup in https://github.com/weigao95/surfelwarp/blob/master/core/render/Renderer.cpp

There might be some flags not supported.

ZYJxxx commented 3 years ago

There might be some flags not supported.

Thank you for your reply, i found i didn't use the external video card's opengl...

LiuXinqi12 commented 3 years ago

@ZYJxxx Hi! Have you solved this problme?