> 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/using-hik-vision-cameras-within-vioso.md).

# Using HIK Vision Cameras within VIOSO

Once the camera is configured, MVS software must be closed.

{% hint style="info" %}
It is not possible to access the camera within VIOSO Core as long as the camera is opened in MVS!
{% endhint %}

The camera will show up as “DirectShow” device with a device name like “HIKRobot MV…”. All parameters are available in a large parameter tree, that can be filtered by categories and complexity (“Guru”, “Beginner”…). Though all parameters seem accessible, it is not recommended to do much changes here, because of a bad user experience:

* It is hard to browse through the vast parameter tree
* After each parameter change, the dialog closes and must be re-opened and browsed through again

For “last minute” changes, though, we recommend to concentrate on these parameters:

* Acquisition Control: Manipulate here the “Exposure time” to adjust the camera sensitivity to the test pattern displayed by the projectors
* Image Format Control: Use the values “Width/Height” as well as “OffsetX/Y” to enter a (well known) region of interest:

![](https://helpdesk.vioso.com/wp-content/uploads/2021/11/parameter_tree_acquisition-283x300.png) ![](https://helpdesk.vioso.com/wp-content/uploads/2021/11/parameter_tree_image-283x300.png)

Example: To crop the image of a fulldome calibration kit to fit the lens…

* set Width = 2048
* set OffsetX = 256

<img src="https://helpdesk.vioso.com/wp-content/uploads/2021/11/DSH_Crop2048-300x234.png" alt="" height="469" width="600">

> Since the usability of these dialogs is challenging, we recommend to make these settings in the MVS application.

**Notes about Multi-Camera usage:**

* In MVS, when switching between cameras views, stop acquisition on the previous first or you will have bandwidth error warnings.
* In VIOSO MRD window (Model View Control) you might not see the camera full name in the dropdown menu. To check if it’s the right camera assigned, open the MRD file you created in a text editor. It is in XML format where `defCamName` parameter refers to the camera that calibrated the selected compound.
* Optional tip: It can be helpful to fix camera custom names in MVS (Right Click the camera > Rename User ID ). They will appear in VIOSO under “adjust camera > Options > Camera info”


---

# 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/using-hik-vision-cameras-within-vioso.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.
