> For the complete documentation index, see [llms.txt](https://docs.0resmon.org/0resmon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.0resmon.org/0resmon/0resmon-1/frkn-resources/frkn-camera-system/usage.md).

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