> For the complete documentation index, see [llms.txt](https://docs.theiamarkerless.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theiamarkerless.com/axiom-v2025/theia3d-documentation/theia3d-dropdown-menus/tools-menu/enhance-videos.md).

# Enhance Videos

<figure><img src="https://cdn.prod.website-files.com/67008ba73b4fd0346790d085/6793e6093a7e88bcce955591_6793e60434c40558a4650656_video_enhancement.webp" alt="" width="375"><figcaption><p>The Video Enhancement tool is used to improve video image quality before running the 2D inference, lens calibration, or chessboard calibration processes.</p></figcaption></figure>

The Video Enhancement tool allows you to improve video quality before processing data, which can be especially useful for calibration under challenging lighting conditions. Changes made using this tool are previewed for the loaded 2D views, and any enhancements are applied before running the 2D inference, lens calibration, or chessboard calibration processes. Therefore, what you see in the 2D views is how the video data will be processed.

### **All Views**

Apply the selected enhancements to all camera views. Alternatively, select an individual camera from the dropdown menu to apply individual camera enhancements.

### **Brightness**

Increase or decrease the brightness of the videos. Default (no enhancement) is 0.

### **Contrast**

Increase the contrast of the videos. Default (no enhancement) is 1.00.

### **White Balance**

Adjust the white balance of the videos by performing a color correction using a baseline white color. Typically, using a white balance correction results in adjustments that also improve the image brightness, but not always.

In most cases, it is easiest to use the color picker to select a pixel from the videos that shows a white object within the space. Follow the steps below to adjust following this approach:

1. Click on the white rectangle to open the color picker.
2. Click ***Pick Screen Color*** to select a pixel from within your loaded videos of a white surface or object, such as the chessboard.
3. Click ***Ok*** to confirm the selection of this color for adjusting and close the color picker tool window.
4. Toggle the box next to White Balance to apply the white balance adjustment to ***All Views*** or an individual camera view from the dropdown menu.

### **Blue Mask**

Shows which pixels are detected as blue by the chessboard calibration algorithm. This is useful for adjusting your videos before processing a chessboard calibration to ensure the blue squares are detected. The global coordinate system origin is defined at the intersection of the blue squares, which must be detected in order to define the origin.

### **Reset**

Reset all changes to default values, removing any video enhancements.

{% embed url="<https://youtu.be/qedJpvlMj30>" %}


---

# 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://docs.theiamarkerless.com/axiom-v2025/theia3d-documentation/theia3d-dropdown-menus/tools-menu/enhance-videos.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.
