Exporting a single OBJ sequence for all cameras

Hi, @AndrewCunningham

Outputting fused meshes from Depthkit Studio assets is a two-step process:

  • Export a Multiperspective CPP Image Sequence from Depthkit.
  • Follow our Depthkit Studio Mesh Sequence Export guide to load the asset in Unity, then export the fused meshes in textured PLY format with one texture per frame.

If you specifically need the resulting meshes in OBJ format, you can use tools like the command-line meshlabserver to batch-convert the PLY sequence to OBJ’s as in this this thread.