> For the complete documentation index, see [llms.txt](https://docs.yanusstudio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yanusstudio.com/setup/yanuslive.md).

# YanusLIVE

## YanusLIVE v1.0.0

### Description

Yanus Live is a live streaming software based on innovative facial motion capture technology. The program can capture and adjust an actor's facial expressions in real-time and reflect that data directly into the live stream. (Using Yanus CAM and dedicated hardware provides much more stable operation.)

Yanus LIVE allows you to monitor actors' faces and motion capture characters in real-time. Neutral calibration and convenient retargeting functions facilitate quick setup at the shooting sites.

Yanus LIVE can connect to external Unreal Engine projects by transmitting motion capture results through two channels of LiveLink. You can also export data files compatible with the ARKit standard and use them as animation data in other programs, such as Yanus ReTARGET.

### Installation

Yanus\_LIVE is currently distributed as a compressed file. Unzip the file and run Yanus\_LIVE.exe. The path for unzipping should only be in English. Please avoid desktop, user path, or overly deep directories.

### Initial Setup

The program uses setttings\_gui.ini and settings\_user.ini as configuration files. Upon the first launch, the necessary relative paths for the initial execution are automatically updated.

If the installation folder location changes after the initial launch, or if the executable and configuration files are patched, modify the settings\_gui.ini file by changing the last line to main\_first\_run=true and then run Yanus\_LIVE.exe to reset the settings.

### Requirements

We recommend PC specifications that can comfortably run Unreal Engine. The development was carried out on a 13th generation i9 PC, but the minimum specifications are still being confirmed.

### License Authorization

To fully activate YanusLIVE, follow these steps:

1. Start the program.
2. Navigate to Help -> License in the menu.
3. Enter your license code and confirm to complete the authorization.

### Support

If you have any questions or issues using YanusLIVE, please contact our support team at <sales@yanusstudio.com>.

### YouTube Channel

We also have a YouTube channel where we post video tutorials on how to use our applications. Check it out [here](https://www.youtube.com/channel/UCeoNRe0n2eq7w97H2VIBpPQ).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/setup/yanuslive.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.
