# RealSense

This section outlines the essential steps for receiving video through RealSense.

## Receiving RealSense

### Setup in Devices window

To insert a device node, right-click on the Devices window and select **RealSense Receiver** under the *Content I/O -> RealSense* collapsible.

<div align="left"><img src="/files/sg8NVXA70JJ08uCVwhcg" alt=""></div>

After selecting the device node, a set of node properties will appear on the right side of the *Devices* window.

Under the *Stream* collapsible, you will see a list of all the RealSense cameras connected to your machine. To choose the specific camera you want to receive a stream from, simply click on it.

<div align="left"><figure><img src="/files/gfqCSZHiC3FOyjl2GzLa" alt=""><figcaption></figcaption></figure></div>

In the *Camera settings* collapsible you can modify the settings of your incoming depth camera stream such as the resolution and frame rate.

<div align="left"><figure><img src="/files/Cgin75CSi5jNoOp8v7e6" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
**Good to know**: The properties under the *Colonizer* section can be adjusted even after you start receiving the stream.
{% endhint %}

Finally, click on the **Receive** checkbox of the *RealSense camera receiver* node.

### Setup in Layer Layouts

To visualize the RealSense texture received in the *Devices* window, insert a **Read RealSense** node and select the correct **Realsense camera receiver device** in the *Input* pin of the *Read RealSense* node.

<figure><img src="/files/f0AauXRAkd1Xsl6kftHy" alt=""><figcaption></figcaption></figure>

Once the node has an active connection, you will be able to see the texture provided by the RealSense camera in the *Layer Layouts*, as well.


---

# Agent Instructions: 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.lightact.com/integrations/content-io/realsense.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.
