> ## 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.

# SVC Pro Quickstart Guide

## Overview

<Frame>
  <img className="block dark:hidden" width="400px" src="https://mintcdn.com/deepwaterexplorationinc/k1NiyPtDWmPRQW7L/svc-pro/guides/images/svc-pro-light.svg?fit=max&auto=format&n=k1NiyPtDWmPRQW7L&q=85&s=c3917197b971ae6c0e61f83f3e443d9d" data-path="svc-pro/guides/images/svc-pro-light.svg" />

  <img className="hidden dark:block" width="400px" src="https://mintcdn.com/deepwaterexplorationinc/k1NiyPtDWmPRQW7L/svc-pro/guides/images/svc-pro-dark.svg?fit=max&auto=format&n=k1NiyPtDWmPRQW7L&q=85&s=120aae9d2002261d8afaf122d2ef41c9" data-path="svc-pro/guides/images/svc-pro-dark.svg" />
</Frame>

The SVC Pro (containing an NVIDIA Jetson) includes our **dweOS** software alongside **RTPSender** which handles the internalized compute. The SVC Pro is designed as an integral part of our explore3D hardware ecosystem to provide high resolution stereo depth maps and real-time mapping, which are configured and viewed in **DeepWater Desktop**.

<Note>
  dweOS on the SVC Pro is intended only to bridge the gap for missing features in DeepWater Desktop. Camera, sensor, and depth-streaming configuration all happen in DeepWater Desktop.

  On versions prior to **1.2.0**, dweOS is used for sensor controls.
</Note>

## Before You Begin

Have the following on hand:

* Your explore3D and its two camera cables
* An SVC Pro, with a 9-50V power source and an Ethernet connection to your desktop computer
* A Windows or Linux desktop computer to run DeepWater Desktop
* **Complete Kit only:** your two aquaLUX MAX lights and their daisy chain cable

<Danger>
  **If using an aquaLUX MAX**: Ensure you read the [aquaLUX MAX Operations Guide](/lighting/guides/aquaLUX-max-operations) before continuing.
</Danger>

<Steps>
  <Step title="Connect the explore3D">
    Each camera in the pair has its own cable. Connect each one to a **separate camera port** on the SVC Pro.

    Select your connector variant to find the camera ports.

    <Tabs>
      <Tab title="Cobalt">
        <Frame caption="Side 1 — Camera and Light Connectors">
          <img src="https://mintcdn.com/deepwaterexplorationinc/k1NiyPtDWmPRQW7L/svc-pro/images/svc-pro/SVC-Pro-Cobalt-Side1-IO.svg?fit=max&auto=format&n=k1NiyPtDWmPRQW7L&q=85&s=b9e8fa433152591cdabb6d194dbf8639" width="1000" height="415" data-path="svc-pro/images/svc-pro/SVC-Pro-Cobalt-Side1-IO.svg" />
        </Frame>
      </Tab>

      <Tab title="SubConn MCBH8M">
        <Frame caption="Side 1 — Camera and Light Connectors">
          <img src="https://mintcdn.com/deepwaterexplorationinc/k1NiyPtDWmPRQW7L/svc-pro/images/svc-pro/SVC-Pro-SubConn-Side1-IO.svg?fit=max&auto=format&n=k1NiyPtDWmPRQW7L&q=85&s=895802b02dc20ce2ac77765a36c31df7" width="1000" height="415" data-path="svc-pro/images/svc-pro/SVC-Pro-SubConn-Side1-IO.svg" />
        </Frame>
      </Tab>
    </Tabs>

    For the full connector reference, see the [SVC Pro I/O connectors](/svc-pro/specs/svc-pro#i%2Fo-connectors).

    **Complete Kit:** daisy chain your two aquaLUX MAX lights together, then run the single remaining light cable to a **light port** on Side 1. Ensure your right explore3D camera is plugged into the connector marked with **black ink**.

    You'll confirm the cameras are on separate USB buses in DeepWater Desktop. See [Maximizing Image Quality](/svc-pro/guides/maximizing-quality#splitting-buses) for why this matters.

    <Note>
      This process will be streamlined in future versions of the SVC Pro.
    </Note>
  </Step>

  <Step title="Connect the SVC Pro to power and ethernet">
    There are two connectors present on one side of the device:

    * Power Input (9-50V)
    * Ethernet Output

    <Tabs>
      <Tab title="Cobalt">
        <Frame caption="Side 2 — Ethernet Output and Power Input">
          <img src="https://mintcdn.com/deepwaterexplorationinc/k1NiyPtDWmPRQW7L/svc-pro/images/svc-pro/SVC-Pro-Cobalt-Side2-IO.svg?fit=max&auto=format&n=k1NiyPtDWmPRQW7L&q=85&s=db4a8eb92f9835906f8a4034a60b0b64" width="1000" height="415" data-path="svc-pro/images/svc-pro/SVC-Pro-Cobalt-Side2-IO.svg" />
        </Frame>
      </Tab>

      <Tab title="SubConn MCBH8M">
        <Frame caption="Side 2 — Ethernet Output and Power Input">
          <img src="https://mintcdn.com/deepwaterexplorationinc/k1NiyPtDWmPRQW7L/svc-pro/images/svc-pro/SVC-Pro-SubConn-Side2-IO.svg?fit=max&auto=format&n=k1NiyPtDWmPRQW7L&q=85&s=1c413a40f25f3e295d60500973b40382" width="1000" height="415" data-path="svc-pro/images/svc-pro/SVC-Pro-SubConn-Side2-IO.svg" />
        </Frame>
      </Tab>
    </Tabs>

    Provide 9-50V on the side indicated in the image above.
    Connect ethernet on the side indicated in the image above, following the pinout of your connector.

    Connect the other side of the ethernet to a personal computer.

    <Danger>
      Unlike the microSVC and SVC, the SVC Pro **does not** use PoE. Please do not attempt to connect a PoE connection to the SVC Pro module.
    </Danger>
  </Step>

  <Step title="Configure your networking setup">
    In order to connect to the SVC Pro, you will need to set up your desktop computer to allow network communication with the device.

    Please use the following guide to set up your computer. Return back here to continue with setup.

    <Card title="Desktop Networking" icon="network-wired" href="/dwe-os/guides/desktop-network-setup">
      Click here for a quickstart guide on how to configure your desktop networking setup.
    </Card>
  </Step>

  <Step title="Streaming Depth Map and Point Clouds">
    Move on to our guide for **DeepWater Desktop**, the companion desktop app for the SVC Pro.

    <Card title="Getting Started with DeepWater Desktop" icon="desktop" href="/dw-desktop/quickstart">
      Get started with stereo vision using DeepWater Desktop!
    </Card>
  </Step>
</Steps>
