# 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.&#x20;

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

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

&#x20;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.&#x20;

<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/ZIcET8xE6b77CnO5z7QP" 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.&#x20;

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