# Usage

### 📘 Usage

**How to Use FRKN-Camera Script?**

**FRKN-Camera** is a highly advanced surveillance and camera control system. It allows players to access real-time security feeds, detect threats like weapons or masks, and manage cameras across multiple locations with smooth transitions and interactive UI.

***

#### 🎥 Accessing the Camera System

To access the camera system:

1. Approach a **target zone** configured via coordinates in your `config.lua`.
2. Interact to open the **Security Terminal** interface.
3. A grid layout will show all available cameras with the following data:
   * 📍 **Location Name** (e.g., *Fleeca Bank - Legion Square*)
   * 🎥 **Live Thumbnail Preview**
   * 🔧 **Status** (Working, No Signal, Warning)
   * ⚠️ **Threat Detection**: mask, weapon, and suspect identification

***

#### 🧭 Navigation & Interaction

* 🖱️ **Mouse Movement**: Rotate and pan the current camera
* 🔍 **Mouse Scroll Wheel**: Zoom in/out (if enabled in config)
* 🎯 **Click on UI**: Instantly switch to a selected camera from the grid
* 🎮 **\[A] / \[D] Keys**: Navigate between cameras manually
* 💫 **Smooth Transitions**: Camera switches use interpolation for cinematic effect

***

#### 🖥️ Camera Features & Modes

🟢 **Active Camera HUD**

* Always shows which camera is currently being viewed
* Supports visual modes like NRM (Normal), NGTV (Night Vision), THRML (Thermal)

🔁 **Camera Looping / Cycling**

* Seamlessly switch between multiple cameras in a loop or on-demand

🚨 **Event-Triggered Access (Optional)**

* Automatically activates specific cameras based on in-game events (e.g., robbery zones, motion sensors)
* Shows **Weapon Detected**, **Mask Detected**, and **Suspect Name** when enabled

🎯 **Target-Based Zones**

* Use interaction targets to assign cameras to specific models or locations for quick access

📺 **Global Surveillance Panel**

* Displays all connected cameras with live status
* Easily identify issues like **No Signal**, **Threat Detected**, or **Active Intrusion** from one screen


---

# 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.0resmon.org/0resmon/frkn-resources/frkn-camera-system/usage.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.
