> 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/knowledge-base/how-to-articles/tunnel-local-webcam-through-rdp-sessions.md).

# Tunnel local webcam through RDP sessions

Remote Desktop Manager allows to tunnel a local webcam through an RDP session.

{% hint style="info" %}
The webcam redirection option will redirect all of your connected webcams. Eventually we will add a way to specify which specific webcam you want to share by entering its deviceID (for external sessions only).
{% endhint %}

{% hint style="warning" %}
We have made a fix that prevented some webcams to be redirected. We suspect the issue was caused by the RemoteFX redirection, which is not supported by all webcams. Unfortunately, RemoteFX seems to be required for ActiveX (which we use for embedded sessions), so this fix will only apply to external sessions.
{% endhint %}

1. Set the following Group policy on both the RDP client and the local computer:
   * ***Enabled***: Allow RDP redirection of other supported RemoteFX USB devices from this computer.
   * ***Disabled***: Do not allow supported Plug and Play device redirection.
2. For embedded sessions, all you will need to do is enable the option ***Other supported Plug and Play (PnP) devices*** in the ***Properties - General - Local Resources - Local Devices and Resources*** section of the RDP entry.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4749.png" alt=""><figcaption></figcaption></figure>
3. For external sessions, there will be a separate option to redirect cameras. You will also need to make sure WMI requests are enabled on your local computer.

   <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:

```
GET https://docs.devolutions.net/rdm/knowledge-base/how-to-articles/tunnel-local-webcam-through-rdp-sessions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
