# Bodycam System

<div><figure><img src="/files/UCEGZeXzSqyRWDSQV4y8" alt=""><figcaption></figcaption></figure> <figure><img src="/files/6IJZ5z5A2FsGKX5tFdjd" alt=""><figcaption></figcaption></figure></div>

### 🔹 Main Features

1. **Dash Cameras (In-Vehicle)**
   * Mounted on police vehicles, streaming live video.
   * Each camera is linked to a **player/unit** and has its own camera ID.
   * Dispatch or supervisors can connect to watch a live feed.
2. **Body Cameras (On Officers)**
   * Portable cameras worn by officers.
   * Record and transmit events happening in the field.
   * Linked directly to the officer’s player ID.
3. **Saved Recordings**
   * All footage (dash or body cams) can be saved.
   * Recordings are listed with timestamps, allowing playback.
   * Used for **evidence, reviews, or reports**.
4. **Control Panel (Police Department UI)**
   * Centralized dashboard where supervisors can switch between Dash, Body, and Saved Recordings.
   * Each feed shows the officer’s name, status, and camera ID.
   * “Watch” button opens a live or recorded feed.
5. **Recording Device (Bodycam UI)**
   * Officers can start and stop recording.
   * Saved clips are timestamped and stored in the database.
   * Location metadata (street name, coordinates) is attached to each recording.

***

### 🔹 Workflow Example

1. An officer goes on duty → body camera activates and starts recording.
2. Patrol vehicle → dash camera feed becomes available in the Police Department control panel.
3. If an incident occurs, supervisors or dispatchers can **watch live feeds** from either camera.
4. Recordings are automatically stored and appear under the **Saved Recordings** section.
5. Officers or investigators can later review the video evidence with timestamps and location data.

***

### 🔹 Advantages

* **Transparency & Accountability:** Supervisors can monitor officers in real time.
* **Evidence Collection:** All incidents can be replayed with exact timestamps and location data.
* **Centralized Management:** Police Department UI provides quick access to all camera types.
* **Realistic Roleplay:** Adds immersion for both police officers and criminals.

***

### 🔹 Summary

* **Dash Cameras:** Vehicle-based, tied to patrol cars.
* **Body Cameras:** Officer-worn, portable recordings.
* **Saved Recordings:** Timestamped, stored evidence for future use.
* **UI Control Panel:** Supervisors can switch between live and recorded feeds.


---

# 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-police-job/bodycam-system.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.
