> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/es/knowledge-base/how-to-articles/tunnel-local-webcam-through-rdp-sessions.md).

# Canalizar la cámara web local a través de sesiones RDP

Remote Desktop Manager permite redirigir una cámara web local a través de una sesión RDP.

{% hint style="info" %}
La opción de redirección de cámara web redirigirá todas las cámaras web conectadas. Con el tiempo añadiremos una forma de especificar qué cámara web concreta desea compartir introduciendo su deviceID (solo para sesiones externas).
{% endhint %}

{% hint style="warning" %}
Hemos aplicado una corrección que impedía que algunas cámaras web se redirigieran. Sospechamos que el problema se debía a la redirección RemoteFX, que no es compatible con todas las cámaras web. Por desgracia, RemoteFX parece ser necesario para ActiveX (que utilizamos para las sesiones incrustadas), por lo que esta corrección solo se aplicará a las sesiones externas.
{% endhint %}

1. Establezca la siguiente directiva de grupo tanto en el cliente RDP como en el ordenador local:
   * ***Habilitada***: permitir la redirección RDP de otros dispositivos USB RemoteFX compatibles desde este ordenador.
   * ***Deshabilitada***: no permitir la redirección de dispositivos Plug and Play compatibles.
2. Para las sesiones incrustadas, solo tendrá que habilitar la opción ***Otros dispositivos Plug and Play (PnP) compatibles*** en la sección ***Propiedades - General - Recursos locales - Dispositivos y recursos locales*** de la entrada RDP.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4749.png" alt=""><figcaption></figcaption></figure>
3. Para las sesiones externas, habrá una opción independiente para redirigir cámaras. También deberá asegurarse de que las solicitudes WMI están habilitadas en su ordenador local.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4750.png" alt=""><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://docs.devolutions.net/rdm/es/knowledge-base/how-to-articles/tunnel-local-webcam-through-rdp-sessions.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.
