Example
Video to 3D Scene
Fuse several frames for cleaner geometry, then reconstruct the scene.
Steps
- Enable temporal fusion (`spatial.fuse_frames`) so depth noise averages out.
- Run the spatial pass on the active camera; the median-fused depth is used.
- Reconstruct the scene and export it.
Command
shell
spatial: fuse_frames: 3 input_width: 640
Result
Output
A steadier point cloud than a single frame, with less monocular flicker on the static scene.