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

# Filename Scheme

> Customize the naming conventions for your saved recordings.

<Frame
  caption="Please ensure you save with the 💾 save button to the right of
the corresponding input fields."
>
  <img width="400px" src="https://mintcdn.com/deepwaterexplorationinc/PpwtoMTlxduUAF0D/discovery/global-settings/images/captureSettingsNaming.png?fit=max&auto=format&n=PpwtoMTlxduUAF0D&q=85&s=bbc87750947955bb69bdab7c6d31b645" data-path="discovery/global-settings/images/captureSettingsNaming.png" />
</Frame>

The following are parameters you can use in your filenames:

<Columns cols={2}>
  <ParamField path="$IP" type="string">
    The IP address of the video card during recording.

    *example: `192.168.2.1`*
  </ParamField>

  <ParamField path="$PORT" type="number">
    The port number of the camera you are using during recording.

    *example: `5600`*
  </ParamField>

  <ParamField path="$DATE" type="string">
    The current system date, formatted as `MM-DD-YYYY`.

    *example: `09-07-2023`*
  </ParamField>

  <ParamField path="$TIME" type="string">
    The current system time in 24-hour format, formatted as `HHhMMmSSs`.

    *example: `14h13m25s`*
  </ParamField>

  <ParamField path="$EPOCH" type="number">
    The UNIX epoch timestamp.

    *example: `1695341103`*
  </ParamField>

  <ParamField path="$NAME" type="string">
    The name of the video card, shown on the tab.

    *example: `Camera1`*
  </ParamField>
</Columns>
