-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/bin/onlinefusion only works once #8
Comments
The same issue happened to me. But I found it still can save the mesh by pressing W. |
@kentsommer It is even already explained in the documentation: After some debugging output on the console, a window with a 3D viewer should open. To start the reconstruction process, press "S". If you run the program for the first time, press and hold the CTRL key and turn your scroll wheel. This is only needed once to "free" the camera viewpoint. After this, you can pan (right click) and rotate (left click) the view as you wish using your mouse. |
I had the the same question, and I fix it by add a line in onlinefusionviewer.hpp. In fuction void OnlineFusionViewerManipulated::keyPressEvent(QKeyEvent *e), there're codes like this and I add a line setScenePosition(_poses[0][0]); |
I am confused in the same problem.I try to delete my cmake folder "build folder",then it works well for me.but it isn't a fundamental resolution. |
/bin/onlinefusion only worked once after running make. At that time, it correctly displayed the map generated from the RGBD dataset. Since then, nothing is displayed in the viewer anymore (there are no errors shown in the terminal).
The text was updated successfully, but these errors were encountered: