jaykim305
jaykim305
I think there exists a deadlock here which causes the problem. https://github.com/marek-simonik/record3d/blob/7a3764ba0e516e7905dafe9f413dd8f13955f4ce/src/DemoMain.cpp#L71 If I put `usleep(1)` before `continue`, now the program works in a loop without freeze. But this is...
Thank you! I will check out the latest version.
Thank you for the reply. Yes, some of the traces just don't even load the first chunk of the video and nothing is printed in the rl server's log. I'm...