MarekKowalski / LiveScan3D

LiveScan3D is a system designed for real time 3D reconstruction using multiple Azure Kinect or Kinect v2 depth sensors simultaneously at real time speed.
MIT License
749 stars 202 forks source link

problems with server #24

Open torpor29 opened 6 years ago

torpor29 commented 6 years ago

I can't open the show live window if I use the released server. But if I just click the debug button to run the server, I can open the show live. How to solve the problem?

MarekKowalski commented 6 years ago

Hi,

Are you running the application with the debugger attached? Please try running it without the debugger (Ctrl+F5). If that does not work, I suggest you try the release available here: https://github.com/MarekKowalski/LiveScan3D/releases

Thanks,

Marek