> 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/guide/mediaservers/dataton.md).

# Dataton Watchout

it is possible to export the calibration to then use it in Watchout **if you are using an open-OS server as you need to install VIOSO on all machines**.

{% hint style="info" %}
Using autoalignment is not (yet) possible on Dataton Watchpax devices due to system restrictions.
{% endhint %}

\
If VIOSO is used in "free mode", the export settings must be made manually. In project mode, a preset can be selected when creating a new project.

Presets for Watchout 6 and Watchout 7 already exist to feed Watchout warping & blending data the MPCDI format to apply the calibration information. Watchout 6 uses MPCDI V1, Watchout 7 uses MPCDI V2.

For further informations about MPCDI click the link: [What is MPCDI? (dataton.com)](https://newsandviews.dataton.com/what-is-mpcdi)

The support for warping & blending differs between Watchout 6 and Watchout 7. Whenever possible we recommend using Watchout 7 in connection with autoalignment due to it's improved flexibility:

|                               | Watchout 7                                      | Watchout 6      |
| ----------------------------- | ----------------------------------------------- | --------------- |
| Data Exchange Format          | MPCDI version 2                                 | MPCDI version 1 |
| Warping accuracy              | high                                            | low             |
| Recommended screen geometries | <p>flat<br>curved<br>dome<br>complex shapes</p> | flat            |
| Blacklevel uplift             | supported                                       | not suppoted    |


---

# 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/guide/mediaservers/dataton.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.
