> For the complete documentation index, see [llms.txt](https://portalgraphvr.gitbook.io/portalgraph-document-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://portalgraphvr.gitbook.io/portalgraph-document-en/how-to-use-portalgraph-app/camera-tracking-app-settings.md).

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