Example

Video to 3D Scene

Fuse several frames for cleaner geometry, then reconstruct the scene.

Video3D

Steps

  1. Enable temporal fusion (`spatial.fuse_frames`) so depth noise averages out.
  2. Run the spatial pass on the active camera; the median-fused depth is used.
  3. 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.

← All examples · API reference