# Welcome to VHS Camera - Widget

## Overview

The **VHS Camera Widget Blueprint** brings nostalgic vibes to your Unreal Engine game. Designed to mimic the classic VHS camera recording interface, this blueprint offers a range of features:

1. **Blinking REC Indicator**: The iconic red “REC” light blinks when recording is active, just like those old-school camcorders.
2. **Time Indicator**: Display the elapsed recording time in hours, minutes, and seconds.
3. **Battery Indicator**: Keep track of your virtual camera’s battery life with a visual indicator.
4. **Zoom Slider**: Adjust the zoom level dynamically using the camera FOV.
5. **Flashlight Indicator**: Toggle the flashlight mode on or off, complete with a visual cue.
6. **Flashing Blackscreen effect:** Great effect for camera transitions.

<details>

<summary><strong>Supported Unreal Engine Versions:</strong></summary>

• UE 5.0

• UE 5.1

• UE 5.2

• UE 5.3

• UE 5.4

</details>

{% content-ref url="/pages/HqV5aJe629vNZJR7rIFN" %}
[Features](/vhs-camera-widget-or-ue5-documentation/overview/features.md)
{% endcontent-ref %}

***

## Setup and Implementation

{% content-ref url="/pages/FUPFv1DDxyFRN3qDIlQ9" %}
[Getting set up](/vhs-camera-widget-or-ue5-documentation/setup-and-implementation/getting-set-up.md)
{% endcontent-ref %}

{% tabs %}
{% tab title="Getting set up" %}
{% content-ref url="/pages/ZxYbwZ2ZShBHHt4Mj3PG" %}
[General Setup](/vhs-camera-widget-or-ue5-documentation/setup-and-implementation/getting-set-up/general-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/vD1FAwCrTlZFuFqHziQk" %}
[Player Setup](/vhs-camera-widget-or-ue5-documentation/setup-and-implementation/getting-set-up/player-setup.md)
{% endcontent-ref %}

{% content-ref url="/spaces/vIjlgPxsPtSV5jHavBF0/pages/61C7UmBqO98fhsSVZmsW" %}
[Functions](/vhs-camera-widget-or-ue5-documentation/setup-and-implementation/getting-set-up/functions.md)
{% endcontent-ref %}
{% endtab %}
{% endtabs %}


---

# 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://multicore-games.gitbook.io/vhs-camera-widget-or-ue5-documentation/welcome-to-vhs-camera-widget.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.
