# Settings: General

In Motive, the Application Settings can be accessed under the [View tab](/v2.3/motive-ui-panes/toolbar-command-bar.md) or by clicking [![Toolbar AppSettings 20.png](https://v23.wiki.optitrack.com/images/8/8e/Toolbar_AppSettings_20.png)](https://v23.wiki.optitrack.com/index.php?title=File:Toolbar_AppSettings_20.png) icon on the main toolbar.

Default Application Settings can be recovered by Reset Application Settings under the Edit Tools tab from the main [Toolbar](/v2.3/motive-ui-panes/toolbar-command-bar.md).

<figure><img src="/files/FwNUk5AmmboaxTm361er" alt=""><figcaption></figcaption></figure>

## Live Reconstruction

Reconstruction tab contains a list of parameters for the **real-time** Point Cloud reconstruction engine.

Reconstruction in motion capture is a process of deriving 3D points from 2D coordinate information obtained from captured images, and the Point Cloud is the core engine that runs the reconstruction process. The reconstruction settings in the Application Settings modifies the engine's parameters for real-time reconstructions. These settings can be modified to optimize the quality of reconstructions in Live mode depending on the conditions of the capture and what you're trying to achieve. Use the [2D Mode](https://v23.wiki.optitrack.com/index.php?title=Reconstruction_and_2D_Mode#2D_Mode) to live-monitor the reconstruction outcomes from the configured settings.

<figure><img src="/files/pibQlIJC6z0dxOLk9snW" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}

* See [Application Settings: Reconstruction Settings](https://v23.wiki.optitrack.com/index.php?title=Application_Settings:_Reconstruction_Settings) page for more information on each setting.
* For details on the reconstruction workflow, read through the [Reconstruction and 2D Mode](https://v23.wiki.optitrack.com/index.php?title=Reconstruction_and_2D_Mode) page.
* Reconstruction settings for post-processing reconstruction pipelines **for recorded captures** can be modified under the corresponding *Take* properties in the [Properties pane](https://v23.wiki.optitrack.com/index.php?title=Properties_pane).
  {% endhint %}

## General

<figure><img src="/files/tIwxKIeRCGcH2wiDO6Fj" alt=""><figcaption></figcaption></figure>

### Misc

**Take Suffix Format String**

Sets the separator (\_) and string format specifiers (%03d) for the suffix added after existing file names.

**Numeric LEDs**

Enable or disable the LED panel in front of cameras that displays assigned camera numbers.

**Auto Archive Takes**

Enable/Disable auto-archiving of *Takes* when [trimming *Takes*](/v2.3/motive/data-editing.md#trimming-captured-takes)

**Save Data Folder**

Motive persists all of the session folders that are imported into the [Data](/v2.3/motive-ui-panes/data-pane.md) pane so that the users don't have to re-import them again after closing out of the application. If this is set to false, the session folders will no longer be persisted, and only the default session folder will always be loaded.

### Startup Options

**Restore Calibration**

Automatically loads the previous, or last saved, calibration setting when starting Motive.

**Camera ID**

Sets how Camera IDs are assigned for each camera in a setup. Available options are *By Location* and *By Serial Number*. When assigning by location, camera IDs will be given following the positional order in clockwise direction, starting from the -X and -Z quadrant in respect to the origin.

**Device Profile**

Sets the default device profile, XML format, to load onto Motive. The device profile determines and configures the settings for peripheral devices such as force plates, NI-DAQ, or navigation controllers.

### Aim Assist Button

**Switch to MJPEG**

Configures the Aim Assist button. Sets whether the button will switch the camera to MJPEG mode and back to the default camera group record mode. Valid options are: True (default) and False.

**Aiming Crosshairs**

Sets whether the camera button will display the aiming crosshairs on the MJPEG view of the camera. Valid options are True (default), False.

**Aiming Button LED**

Enables or disables LED illumination on the Aim Assist button behind Prime Series cameras.

### Camera Status Ring

Controls the color of the [RGB Status Indicator Ring ](/v2.3/hardware/camera-status-indicators.md)(Prime Series cameras only). Options include distinct indications for Live, Recording, Playback, Selection and Scene camera statuses, and you can choose the color for the corresponding camera status.

**Live Color**

(Default: Blue) Sets the indicator ring color for cameras in Live mode. Default: Blue

**Recording Color**

(Default: Red) Sets the indicator ring color for cameras when recording a capture.

**Playback Color**

(Default: Black) Sets the indicator ring color for cameras when Motive is in playback mode.

**Selection Color**

(Default: Yellow) Sets the indicator ring color for cameras that are selected in Motive.

**Scene Camera**

(Default: Orange) Sets the indicator ring color for cameras that are set as the reference camera in Motive.

### Networking

**LLDP (PoE+) Detection**

Enables detection of PoE+ switches by High Power cameras (Prime 17W and Prime 41). LLDP allows the cameras to communicate directly with the switch and determine power availability to increase output to the IR LED rings. When using Ethernet switches that are not PoE+ Enabled or switches that are not LLDP enabled, cameras will not go into the high power mode even with this setting enabled.

**Strobe On During Playback**

Keeps the camera IR strobe on at all times, even during the playback mode.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.optitrack.com/v2.3/motive-ui-panes/settings/settings-general.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
