# HyperDeck

## Overview

<figure><img src="/files/REq13jSG5g21wsHakBCy" alt=""><figcaption><p>Device Pane > HyperDeck > Overview</p></figcaption></figure>

## Device Selection

* **Device :**  {Name} \[IP Address]\
  The selection list displays HyperDeck devices by their configured Name and IP Address under Settings, whereas OBS Studio devices are shown separately.
* **Connect / Disconnect** (Button with Indicator)
  * When the button shows **Connect**, clicking it will attempt to establish a connection.
  * Once connected successfully, the button text changes to **Disconnect** and lights up in yellow.
  * Clicking **Disconnect** will terminate the connection.

## Options for Recording

* **Slate** :  The name of the recording file.
* **Take** :  Defaults to 1 and automatically appends the take number to the Slate name. The take number increments automatically with each new take.
* **Record Option**
  * **Named Clip** :  Uses the Slate and Take inputs; if unchecked, the HyperDeck default naming rules are used.
  * **Actor suffix** :  Under Settings: Network > Commo**n**, the **actor ID(Text)** is appended as a suffix to the file name.
* Trigger Option
  * **Receiver** :  When enabled, the system begins listening based on the configuration in **Settings: Network > Remote Trigger Receiver**.
  * **Sender** :  Upon recording start, a trigger command is transmitted through the port specified in **Settings: Network > Remote Trigger Sender**.

## HyperDeck Tab

* **SD card** Selection

  Two slots are provided and become disabled during Play or Record operations.
* **Refresh** Button : The file list is refreshed accordingly.
* **Clip List** (Files in SD card)
  * When the system is stopped, changing the selection updates the Actor Display to show the first frame of the selected clip.
  * During playback, the currently playing clip changes immediately upon selection.
  * Double-clicking a clip while stopped initiates playback at normal speed (1x) with looping enabled.
* **Copy** **to Local** Button
  * Transfers the selected file to a local directory via the FTP protocol.

{% hint style="info" %}
When copying multiple files, we recommend using FileZilla, a free FTP client.
{% endhint %}

### **Mode** Change

* **Live** :  A mode that enables real-time video input from YanusCAM and other sources via HyperDeck, with an option to record.
* **Play** :  A function to play videos stored on  the SD card.

### Control Buttons

* **Record**: Start recording
* **Stop**: Stop recording or playback
* **Play**: Start playback
* **Previous**: Play previous clip
* **Next**: Play next clip

## Local Tab

* **Folder Path :**  The currently configured path.
* **Refresh** Button : The file list is refreshed accordingly.
* **File List**
  * Double-clicking a video file will start playback immediately.
  * If a CSV file is double-clicked, the corresponding video file in the same folder will be played along with the CSV data, if it exists.
* **Copy to HyperDeck** :  Transfers the selected file to the SD card using the FTP protocol.


---

# 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/ui-panes/device-pane/hyperdeck.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.
