> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dwe.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Post-Processing Overview

export const YoutubeVideo = ({width = "560", height = "315", src, title = "YouTube video player"}) => <iframe width={width} height={height} src={src} title={title} frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>;

The explore3D camera system, regardless of the configuration, can generate calibrated stereo pair recordings.
This is extremely useful for generating **highly accurate 3D models of scenes** via a post-processing step which typically can take between a few hours to a few days depending on the footage.

<Frame caption="Reconstructed from the SVC Pro recording shown below.">
  <video playsinline="true" muted="muted" autoplay="autoplay" loop="loop" preload="metadata" type="video/mp4" src="https://dwe.ai/cdn/shop/videos/c/vp/de6c556439de44acbaba01c1e7ed2858/de6c556439de44acbaba01c1e7ed2858.HD-1080p-7.2Mbps-94780519.mp4?v=0" />
</Frame>

There are 2 primary ways the explore3D can generate such data:

<Tabs>
  <Tab title="SVC Pro (VSLAM)">
    The **recommended and plug-and-play** approach to generate these recordings is with the SVC Pro. With onboard processing capabilities, it ensures you cover all points of interest without needing to re-collect the data after post-processing.

    <Frame caption="DWE VSLAM running on the SVC Pro (2x speed)">
      <video playsinline="true" muted="muted" autoplay="autoplay" loop="loop" preload="metadata" type="video/mp4" src="https://storage.googleapis.com/docs-product-files/dwd/plane-long-2x.mp4" />
    </Frame>
  </Tab>

  <Tab title="dweOS + Discovery">
    A less common approach is to connect an explore3D to a system without compute functionality (like an SVC or BlueROV). See the [dweOS synchronized streaming guide](/dwe-os/pages/synchronized-streaming) for more information. This does **NOT** get you coverage information like the SVC Pro.
  </Tab>
</Tabs>
