# Vive

### Vive Controller Device Node

To start receiving Vive information insert a **Vive Controller** device.

![](/files/oKVK2hyWgaBxLXg7exem)

On the right side, under the *Stream*, *Driver* and *Display* information will be shown. After you configure **Latency**, check **Listen** checkbox inside the device node.

### Read Vive in Layer Layouts

To use the information read by **Vive Controller** node in LightAct, you need to create a **Read Vive** node in the layouts.

Choose **Vive Controller** device in a **Device** dropdown menu, or connect **Device reference** node to this input, and you are ready to go.

![](/files/QQIToYSvvlQxN1F9mPML)

Besides **Position** and **Orientation** vec3s, *Read Vive* also provides **Pressed** boolean, which tells you when the button on the beacon was pressed.


---

# 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/camera-and-object-tracking/node-based-tracking-workflows/vive.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.
