> For the complete documentation index, see [llms.txt](https://emstone.gitbook.io/guide-jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emstone.gitbook.io/guide-jp/nvr-vms/search.md).

# 映像を検索する

![](/files/2h9Xs4UDherrK2wTus9l)

検索画面で録画された映像や音声、イベントなどを検索できます。

ディスクに記録されている素材を日付、時間単位で検索して再生することができます。動画、静止画をバックアップすることもできます。

## 日付／時刻の選択

![](/files/FwN11GUzEWzWmvp0er0B)

画面左下の時刻／日付部分を押すとカレンダーが表示されます。\
録画データがある日にちは赤で表示され、イベントデータがあるとき黄色いマークが表示されます。

その日付を選択することで、選択した日付に移動します。

## タイムライン

![](/files/WogaJXIcWBFesQrG7bKy)時間選択ができるタイムラインです。

上段は0時から24時までを表示し、下段は詳細なタイムラインとなっています。

上段のタイムラインからおおよその時間を選択し、下段の詳細タイムラインで正確な時刻を選択します。

上段と下段ともにマウスホイールで素早く移動できます。下段のタイムラインではマウスドレーを利用して左右に移動できます。

## 機能ボタン

![](/files/uDLjqxhiuuE2pfgl6sC3)

倍速、10秒前／後移動、逆／順方向再生、キーフレーム単位移動などの再生関連機能ボタンです。\
最大再生速度の初期値は32倍速です。

{% hint style="info" %}

#### メモ

検索画面の映像画面でマウスホイールを操作すると、フレーム単位で前後調整が可能です。
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://emstone.gitbook.io/guide-jp/nvr-vms/search.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
