> For the complete documentation index, see [llms.txt](https://docs.vioso.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vioso.com/calibration/scanning/camera-adjustment/webcams-directshow-devices.md).

# Webcams / DirectShow devices

Webcams and other DirectShow devices are configured on the fly when being triggered by VIOSO. The settings provided by each camera can differ, but the most important settings usually are similar in naming and purpose.

Please compare your camera setting and find at least these obligatory settings:

### Resolution and Frame Rate Setting (Format):

Choose the highest resolution your webcam supports while maintaining a high frame rate. There's often a dedicated best match like "FullHD @30Hz" that you should choose. The video type (compression, etc.) is neglectable.

<figure><img src="/files/klZWgSbWDLLfWyKh3nmj" alt="" width="563"><figcaption><p>This camera (a Logitech C930e) has a best match of resultion and framerate when using 1920x1080 @30 fps</p></figcaption></figure>

### Image Settings (Options):

After selecting the image formar, access the options to tweak the camera image by pressing the button "Options"

<figure><img src="/files/bvp6usIkX8SyaDRmVJsT" alt="" width="518"><figcaption></figcaption></figure>

#### Exposure, Focus and Zoom Settings (Camera Contol):

Adjust the values for Exposure, Focus and Zoom (if enabled) manually to prevent overexposure or underexposure of the projected image as well as to get a focussed image.

<figure><img src="/files/N90TDtc1VBe2Vz6P4IMi" alt=""><figcaption><p>Adjust at Exposure and other settings. Do NOT check "Auto"!</p></figcaption></figure>

{% hint style="info" %}
Deactivate Auto Exposure, Auto Focus and Auto Zoom by all means!\
All such automatic adjustments will mess up the scanning.
{% endhint %}

<figure><img src="/files/8EUeiNzghD8pK4mcVHUB" alt=""><figcaption><p>Find settings that provide a bright, but constrast-rich overall image</p></figcaption></figure>

#### White Balance (Video Proc Amp):

Adjust the values for Exposure, Focus and Zoom (if enabled) manually to prevent overexposure or underexposure of the projected image as well as to get a focussed image.

<figure><img src="/files/8vcUyvaoe9FIo61Imcvk" alt=""><figcaption><p>Adjust the White Balance . Do NOT check "Auto"!</p></figcaption></figure>

{% hint style="info" %}
Deactivate Auto White Balance by all means!\
All such automatic adjustments will mess up the scanning.
{% endhint %}


---

# 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.vioso.com/calibration/scanning/camera-adjustment/webcams-directshow-devices.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.
