> For the complete documentation index, see [llms.txt](https://documentation.nomos-system.com/nomos-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.nomos-system.com/nomos-system/integrator-en/cameras.md).

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