# OVER\_VideoRecorder

### Description

This prefab contains cameras and scripts to capture a 10-second thumbnail video.&#x20;

Adding this to the scene before tapping the "generate" button allows customization of the video generation by modifying the camera's position or the path it follows during recording.&#x20;

We use [Unity Recorder ](https://learn.unity.com/tutorial/working-with-unity-recorder#)and [CinemachinePath ](https://docs.unity3d.com/Packages/com.unity.cinemachine@2.3/manual/index.html)to achieve this.


---

# 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.overthereality.ai/over-sdk-manual/sdk-window/editor/over_videorecorder.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.
