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

# Snapshot

> Take snapshots of the current stream.

<Note>Snapshotting is currently only supported for MJPEG streams.</Note>

While a card has an **MJPEG** stream running, <Icon icon="camera" color="#46bae7" /> **Snapshot** appears on the card. It has 2 modes — the icon tells you which one is active.

## Snapshot modes

<Columns cols={2}>
  <Card title="Single" icon="camera" color="#46bae7">
    Each click captures what is currently being streamed **once**.
  </Card>

  <Card title="Interval" icon="camera-rotate" color="#46bae7">
    Clicking starts capturing frames at the interval you set. Click it again to stop.
  </Card>
</Columns>

## Changing the mode

The default mode for every card is set in the [Default Card Options settings](/discovery/global-settings/default-card-settings#snapshotting).

To set a different mode for a single card, **long press** the <Icon icon="camera" color="#46bae7" /> **Snapshot** button to open that card's snapshot config, then select **Single**, or select **Interval** and set the number of seconds between snapshots.

<Frame>
  <video controls={false} autoPlay loop muted playsInline className="h-full aspect-video" src="https://mintcdn.com/deepwaterexplorationinc/e0wVLTi_h45Y5fkF/discovery/video-card-buttons/images/animations/snapshotDialog.webm?fit=max&auto=format&n=e0wVLTi_h45Y5fkF&q=85&s=134de9fe1eee4a3fb85b2854e592f541" data-path="discovery/video-card-buttons/images/animations/snapshotDialog.webm" />
</Frame>

## While an interval is running

<Columns cols={2}>
  <Card title="Snapshot button">
    <img src="https://mintcdn.com/deepwaterexplorationinc/zBK2eDpY1M3BDlMI/discovery/video-card-buttons/images/snapshotIntervalActive.png?fit=max&auto=format&n=zBK2eDpY1M3BDlMI&q=85&s=c061ee7399fdbc21266318388c76465b" noZoom style={{ borderRadius: "8px" }} width="122" height="50" data-path="discovery/video-card-buttons/images/snapshotIntervalActive.png" />

    Turns **blue** and flashes on every snapshot.
  </Card>

  <Card title="Activity light">
    <video controls={false} autoPlay loop muted playsInline style={{ height: "55px", width: "auto" }} src="https://mintcdn.com/deepwaterexplorationinc/e0wVLTi_h45Y5fkF/discovery/video-card-buttons/images/animations/activeIntervalLight.webm?fit=max&auto=format&n=e0wVLTi_h45Y5fkF&q=85&s=d599b6915b6c54846939ad83dc49b5cc" data-path="discovery/video-card-buttons/images/animations/activeIntervalLight.webm" />

    **Flashing** <Icon icon="circle" iconType="solid" color="blue" size={8} /> on the card tab.
  </Card>
</Columns>

<Tip>
  The resulting snapshot(s) can be found through the snapshot file path under "Save Paths" within the [Capture Path Settings](/discovery/global-settings/capture-paths).
</Tip>
