> 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/integratore-it/telecamere.md).

# Telecamere

Le telecamere possono essere aggiunte e gestite per migliorare il monitoraggio e la sicurezza del Suo sistema.

## Panoramica telecamere

* Il dashboard attualmente non mostra alcuna telecamera perche nessuna e stata aggiunta. Per aggiungere una telecamera, clicchi il pulsante "Aggiungi".

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

## Aggiungere una telecamera

* Quando clicca il pulsante "**Aggiungi**", si aprira una nuova finestra in cui potra inserire le informazioni per la nuova telecamera.

1. #### Seleziona dalla libreria
   * Se desidera aggiungere una telecamera gia conosciuta nel sistema, può cliccare il pulsante "**Seleziona dalla libreria**". Altrimenti, può inserire i dati manualmente.
2. #### Nome telecamera
   * Dia alla telecamera un nome univoco che ne descriva la posizione o la funzione. Ad esempio, "**Telecamera porta d'ingresso**" o "**Sorveglianza ufficio**".
3. **Tipo di URL**

   Selezioni il **tipo di URL** per la telecamera:

   * **Snapshot:** Per un'immagine statica.
   * **MJPEG** o **RTSP** possono essere selezionati a seconda del tipo di telecamera, se supportati.
4. #### Frequenza di aggiornamento (per Snapshot)
   * Imposti la **frequenza di aggiornamento** in millisecondi. Questo determina la frequenza con cui l'immagine della telecamera viene aggiornata. L'intervallo va da 50 a 60.000 millisecondi.
5. **URL**
   * Inserisca l'URL per lo streaming della telecamera o per lo snapshot. Il formato per uno snapshot deve essere in formato immagine statica come **.jpeg** o **.png**. Se sono richiesti nome utente e password, utilizzi il seguente formato: [http://username:password@host:port/path/to/file](https://documentation.nomos-system.com/nomos-system/integratore-it/http:/username:password@host:port/path/to/file)
6. **Screensaver**
   * Opzione per visualizzare la telecamera in modalita screensaver.
7. **Assegnazione stanza**

   * Assegni la telecamera a una stanza specifica per facilitare l'organizzazione e la gestione.

   <figure><img src="/files/UelGkUQYuSFzzuE0YGEe" 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/integratore-it/telecamere.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.
