> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/verkada-cameras/de/konfiguration/view-and-edit-camera-settings/change-the-location-of-a-camera.md).

# Den Standort einer Kamera ändern

Der Standort einer Kamera bestimmt ihre Position auf der Karte und ihre [Zeitzone](/verkada-cameras/de/konfiguration/view-and-edit-camera-settings/update-time-zone-for-a-camera.md).

{% hint style="danger" %}
Das Ändern des Standorts einer Kamera **entfernt** sie aus jedem aktuellen Grundriss.
{% endhint %}

{% hint style="warning" %}
Wenn Sie den Standort einer Kamera in bestimmte Rechtsgebiete ändern, kann dies die Funktionen der Personenanalyse der Kamera einschränken, z. B. die Geschlechtersuche, Gesichtserkennung und die Erkennung interessanter Personen. Siehe [Konformität und Verfügbarkeit der Personenerkennung](https://www.verkada.com/cameras-availability/) für weitere Informationen.
{% endhint %}

***

## Kamerastandort ändern

### Einstellungsseite

{% stepper %}
{% step %}
**In Verkada Command gehen Sie zu Alle Produkte > Kameras.**
{% endstep %}

{% step %}
**Wählen Sie die Kamera aus, die Sie aktualisieren möchten.**
{% endstep %}

{% step %}
**Klicken Sie unten rechts auf Einstellungen.**
{% endstep %}

{% step %}
**Klicken Sie unter Allgemein > Standort auf Ändern.**
{% endstep %}

{% step %}
**Geben Sie die neue Adresse ein und klicken Sie auf Speichern.**

<div align="left" data-with-frame="true"><img src="/files/b60cfeab8e3406d4733237099ec6b5352e6ab61c" alt="" width="827"></div>
{% endstep %}
{% endstepper %}

### Geräteseite

{% stepper %}
{% step %}
**Navigieren Sie in Verkada Command zu Alle Produkte > Geräte.**
{% endstep %}

{% step %}
**Wählen Sie die Kamera aus, die Sie aktualisieren möchten.**
{% endstep %}

{% step %}
**Wählen Sie rechts neben den Kameradetails das Feld Standort aus.**
{% endstep %}

{% step %}
**Geben Sie die neue Adresse ein und klicken Sie auf Speichern.**
{% endstep %}
{% endstepper %}

### Standort einer Kamera auf der Geräteseite gesammelt ändern

{% stepper %}
{% step %}
**Navigieren Sie in Verkada Command zu Alle Produkte > Geräte.**
{% endstep %}

{% step %}
**Aktivieren Sie das Kontrollkästchen neben jeder Kamera, deren Standort Sie aktualisieren möchten.**
{% endstep %}

{% step %}
**Klicken Sie oben auf Einstellungen bearbeiten.**
{% endstep %}

{% step %}
**Klicken Sie unter Allgemein > Standort auf Ändern.**
{% endstep %}

{% step %}
**Geben Sie die neue Adresse ein und klicken Sie auf Speichern.**
{% endstep %}
{% endstepper %}


---

# 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://help.verkada.com/verkada-cameras/de/konfiguration/view-and-edit-camera-settings/change-the-location-of-a-camera.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.
