# Manual camera calibration

In certain cases you may need to manually configure the calibration parameters for your camera.

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

To do so:

* Navigate to the Camera section from the right panel on Vozilla
* Select "New Calibration" at the bottom of the panel
* Click the "Advanced" drop down below the image stream
* Click on "Write custom calibration"
* Manually enter your camera calibration parameters in the panel
* When you're done, click the "Save" button

Here is the default configuration for a Flir Boson+ 640 with a 95° HFOV / 4.9mm lens:

```yaml
resolution:
  width: 640
  height: 512

fps: 60

intrinsics:
  fx: 411.37
  fy: 411.22
  cx: 317.80
  cy: 257.89
  k1: 0.133336
  k2: 0.0
  k3: 0.0
  k4: 0.52395
```


---

# 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.theseus.us/gcs-software/vozilla-2.0/cameras/manual-camera-calibration.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.
