> 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 con una orientación no estándar. Por ejemplo, montar una cámara en un ángulo de 90° puede proporcionar cobertura completa de un pasillo largo o una escalera. Debe cambiar la orientación de la cámara en Command si está instalada con una orientación no estándar.

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

***

## Configuración

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

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

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

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

a. Seleccione un modo de orientación.\
b. Haga clic en **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/) admite 3 modos de vista adicionales: Panorámico, División en cuatro y Paneo-Inclinación-Zoom. Consulte [Cambiar modos de vista de 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.
