User Manual
Custom video input name example
The following is an example of a StudioCal XML le showing the usage of the custom video input name
elements.
<?xml version="1.0" encoding="ISO-8859-1"?>
<studiocal>
<video_input entries="2">
<input_info input="DisplayPort1" name="HP Z840"/>
<input_info input="HDMI1" name="AJA Kona"/>
</video_input>
</studiocal>
Custom markers
Custom markers can be created via StudioCal XML. Custom markers can include up to 16 lines, and each line
can have a unique color and line width. Line widths up to 10 pixels are supported.
The following elements are associated with custom markers.
Marker parent element
The StudioCal XML schema allows for the denition of up to 16 lines per custom marker. To support this, a
marker parent element is used to enclose the information for each marker. This element contains two tags:
entries: Species the number of lines in the custom marker.
This tag supports integer values between 1 and 16.
product: Denes the display the markers are designed for.
This tag currently supports two values: “Z31x” and "Z27x". You should use "Z27x" for markers designed for
this display.
The element should be structured as follows:
<marker entries="INTEGER, 1–16" product="Z27x">
</marker>
Non-calibration elements 85