# Cameras

Cameras can be added and managed to improve monitoring and security in your system.

## Cameras Overview

* The dashboard currently does not show any cameras because none have been added. To add a camera, click the "Add" button.

<figure><img src="/files/IKafk1CWXLvvNQI0O3t7" alt="" width="563"><figcaption></figcaption></figure>

## Add Camera

* When you click the "**Add**" button, a new window will open where you can enter the information for the new camera.

1. #### Select from Library
   * If you want to add a camera that is already known in the system, you can click the "**Select from Library**" button. Otherwise, you can enter the data manually..
2. #### Camera Name
   * Give the camera a unique name that describes its location or function. For example, "**Front Door Camera**" or "**Office Surveillance**".
3. **URL Type**

   Select the **URL type** for the camera:

   * **Snapshot:** For a still image.
   * **MJPEG** or **RTSP** can also be selected depending on the camera type, if supported.
4. #### Refresh Rate (for Snapshots)
   * Set the **refresh rate** in milliseconds. This determines how often the camera's image is updated. The range is between 50 and 60,000 milliseconds.
5. **URL**
   * Insert the URL for the camera stream or for the snapshot. The format for a snapshot must be in static image format as **.jpeg** or **.png**. If a username and password are required, use the following format: [http://username:password@host:port/path/to/file](https://documentation.nomos-system.com/nomos-system/integrator-en/http:/username:password@host:port/path/to/file)
6. **Screensaver**
   * Option to display the camera in screen saver mode.
7. **Room Assignment**

   * Assign the camera to a specific room to make organization and management easier.

   <figure><img src="/files/yyx3zROxmHLd3g592MRw" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://documentation.nomos-system.com/nomos-system/integrator-en/cameras.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.
