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

# コントローラー概要

> この概要では、コントローラーウィジェットの使い方を説明します。

これは **Controller** ドックで、Stream Viewer のすべてのパネルに対して機能を実行する役割を持ちます。

<Frame>
  <video controls={false} autoPlay loop height="300px" className="w-full aspect-video" src="https://mintcdn.com/deepwaterexplorationinc/dDpT5_8Eip43UIec/discovery/controller-functions/images/animations/controller-grip.webm?fit=max&auto=format&n=dDpT5_8Eip43UIec&q=85&s=dcb029aa8881667838dcf3b54537dc4a" data-path="discovery/controller-functions/images/animations/controller-grip.webm" />
</Frame>

ドックの一番左にある <Icon icon="grid" iconType="solid" /> **Grip** をドラッグまたはクリックできます。
使用していないときは、ドックは自動的に非表示になります。ドックの上にマウスをホバーすると表示されます。

<Tip>
  <Icon icon="grid" iconType="solid" /> **Grip** をクリックすると、ドックを折りたためます。
</Tip>

## クイック機能

これらは、グローバルコマンドを利用できるときに表示されます。以下のセクションを選んで詳細を確認してください:

<CardGroup cols={2}>
  <Card title="ストリーミング" icon="play" href="/ja/discovery/controller-functions/streaming" horizontal>
    すべてのカードのストリーミングを一括で開始または停止します。
  </Card>

  <Card title="録画" icon="circle-dot" href="/ja/discovery/controller-functions/recording" horizontal>
    アクティブなすべてのストリームの録画を開始または停止します。
  </Card>

  <Card title="設定ボックス" icon="eye" href="/ja/discovery/controller-functions/config-box" horizontal>
    すべてのカードの設定ボックスを表示または非表示にします。
  </Card>

  <Card title="スナップショット" icon="camera" href="/ja/discovery/controller-functions/snapshot" horizontal>
    現在ストリーミング中のすべてのカードのスナップショットを撮影します。
  </Card>

  <Card title="整列" icon="brush" href="/ja/discovery/controller-functions/organize" horizontal>
    Stream Viewer 内のすべてのカードを均等に配置します。
  </Card>

  <Card title="すべてのカードを削除" icon="trash" href="/ja/discovery/controller-functions/delete-all-cards" horizontal>
    Stream Viewer からすべてのビデオカードを削除します。
  </Card>
</CardGroup>
