> 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/es/configuracion/view-and-edit-camera-settings/change-a-cameras-orientation.md).

# Cambiar la orientación de una cámara

A veces, las cámaras pueden lograr un mejor campo de visión cuando se instalan en una orientación no estándar. Por ejemplo, montar una cámara en un ángulo de 90° puede proporcionar cobertura total de un pasillo largo o una escalera. Debes cambiar la orientación de la cámara en Command si está instalada en una orientación no estándar.

{% hint style="info" %}
Instala las cámaras con el LED de estado apuntando hacia el piso para que la transmisión en vivo aparezca como se espera en orientación normal.
{% endhint %}

***

## Configuración

{% stepper %}
{% step %}
**En Verkada Command, ve a Todos los productos > Cámaras.**
{% endstep %}

{% step %}
**Seleccione la cámara que desea configurar.**
{% endstep %}

{% step %}
**En la parte inferior derecha, haz clic en Configuración.**
{% endstep %}

{% step %}
**En Dispositivo > Orientación, haz clic en** <i class="fa-pencil-line">:pencil-line:</i>**.**

a. Selecciona un modo de orientación.\
b. Haz clic **Guardar** para confirmar los cambios.

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

{% hint style="warning" %}
[Fisheye](https://www.verkada.com/security-cameras/fisheye/) Fisheye admite 3 modos de vista adicionales: Panorámica, División en cuatro y Pan-Tilt-Zoom. Consulta [Cambiar modos de vista Fisheye](/verkada-cameras/es/configuracion/view-and-edit-camera-settings/change-fisheye-view-modes.md) para obtener más información.
{% endhint %}


---

# 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/es/configuracion/view-and-edit-camera-settings/change-a-cameras-orientation.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.
