# Camera Tracking Application Settings

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

* **Start Minimized** — If checked, the window will automatically minimize on the next launch.
* **IP Address, Port** — The destination for sending coordinate data. Usually does not need to be changed.
* **IPD** — Enter the user's interpupillary distance in mm. Normally 65.
* **Camera** — Select the camera to use. Click the circular arrow icon to refresh the dropdown if a new camera has been connected.
* **Resolution, FPS** — Enter the camera resolution and FPS. Set the resolution low to reduce CPU load (640×360 is sufficient). You can check your camera's supported resolution and FPS in the Windows Camera app under "Video Settings."
* **FOV, Focal Length** — Enter the camera's field of view and focal length. These are set automatically through calibration.
* **Calibration** — Click to start calibration. A countdown will begin — position yourself so that the center of your eyes is 50 cm directly in front of the camera and wait. The camera's FOV and focal length will be set automatically.

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

* **Apply** — Click to apply the entered values. Note that values will not take effect unless you click Apply.


---

# 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://portalgraphvr.gitbook.io/portalgraph-document-en/how-to-use-portalgraph-app/camera-tracking-app-settings.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.
