# SETTINGS

## Overview

Various execution modes, options, and connection settings are configured through the Settings window.

{% hint style="info" %}
In particular, when using a USB Camera input other than the Yanus CAM, you must first configure the settings in the Settings window before starting capture by pressing the Actor mode start button.
{% endhint %}

Please see the following pages for descriptions of the settings on each tab

* [Settings: Network](/yanuslive/settings/settings-network.md)

  Communication settings such as IP and Port
* [Settings: Actor](/yanuslive/settings/settings-actor.md)

  Settings for each Actor mode (video input options)
* [Settings: Filter](/yanuslive/settings/settings-filter.md)

  Basic preset selection and advanced filter detailed settings
* [Settings: Experimental](/yanuslive/settings/settings-experimental.md)

  Settings to enable or disable additional processing along with other configurations.
* [Settings: Character](/yanuslive/settings/settings-character.md)

  Unreal Engine and Unity package import settings in the Character window
* [Settings: Graph](/yanuslive/settings/settings-graph.md)

  Configuration to open graphs from CSV data files

## Open Settings Window

Open the Settings window from the File > Settings menu or by clicking the gear icon in the Character window.

<figure><img src="/files/MJ3OOJvYF1ykfiuVLqPb" alt=""><figcaption><p>Settings menu and icon</p></figcaption></figure>

## Settings tabs

The Settings window is divided into tabs including Network, Actor, Filter, Experimental, Character, and Graph, with common buttons located at the bottom.

<figure><img src="/files/MTJ9avIv2E0rzHymW598" alt=""><figcaption><p>Settings tabs and bottom buttons</p></figcaption></figure>

* **Default**

  Reset the settings of the current tab to their default values.
* **OK**

  Save changes if any, and close the window.
* **Cancel**

  Discard changes and close the window.
* **Apply**

  Save and apply changes while the window remains open.  The button is enabled if there are unsaved changes.

## Subsections for each tab

{% tabs %}
{% tab title="Network" %}
Communication settings such as IP and Port

* HyperDeck
* OBS Studio
* Character
* Live Streaming
* Remote Trigger Receiver
* Remote Trigger Sender
* Common
  {% endtab %}

{% tab title="Actor" %}
Settings for each Actor mode (video input options)

* Yanus CAM
* USB Camera
* Video File
* Common
  {% endtab %}

{% tab title="Filter" %}
Basic preset selection and advanced filter detailed settings

* Preset
* Live Filter
* Live Secondary Filter
* Post CSV Filter
* Post CSV Secondary Filter
* CSV Export Filter
  {% endtab %}

{% tab title="Exprimental" %}
Settings to enable or disable additional processing along with other configurations.

* CSV Data File Play
* Neutral Calibration
* Emotional Improvement
* Sync Eye Movements
* Head Rotation
* Font Size
  {% endtab %}

{% tab title="Charcter" %}
Unreal Engine and Unity package import settings in the Character window

* Display Configuration
* Character Slots (1 \~ 5)
* Pixel Streaming Mode
  {% endtab %}

{% tab title="Graph" %}
Configuration to open graphs from CSV data files

* Graph Configuration
* Data Slots (1\~5)
  {% endtab %}
  {% endtabs %}


---

# 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.yanusstudio.com/yanuslive/settings.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.
