Record a video of a place, then see that place reconstructed as a 3D scene. That is what LingBot-Map, an open source research repository, can do.
Record a video of a place, then see that place reconstructed as a 3D scene. That is what LingBot-Map, an open source research repository, can do.
LingBot-Map is a geometric context transformer for streaming 3D reconstruction. It takes a video, connects the different viewpoints across frames, estimates where the camera moved, and stitches the information into a single 3D map. The result is not just a flat video — it gives you a 3D scene, the camera's position, and the path the camera traveled.
The repository describes itself as a research project, not a one-button application. Results and speed depend on the input video, the hardware, and how the system is configured. But the core idea is compelling: from footage to spatial data.
The system looks at many consecutive frames, estimates the camera pose for each one, and merges the information into a shared 3D coordinate space. The official courthouse demo shows the source video beside the reconstructed 3D scene, with the camera position and movement path visible. To try it yourself, you download the repo and model, point it at the sample image directory, and run the demo — the result opens in a browser viewer.
This is a research repository, not a polished application. Results and performance depend on the video quality, the hardware you run it on, and your setup. Do not expect a one-click consumer tool. Treat it as an experiment in streaming 3D reconstruction that you can explore and learn from.
LingBot-Map is for researchers, developers, and curious tinkerers who want to understand how video can be turned into 3D spatial data. If you need a production-ready 3D scanning app, this is not it — but if you want to explore the approach, it is worth a look.
A research repo worth exploring if you are curious about video-to-3D reconstruction — bring patience and realistic expectations.