Pass-Through Selector Configuration

Child elements of PassThroughSelector root element

XML elements

Attributes

Content

Number of occurrences

Description

Verbose/VB
Concise/CS

Immediate

EMPTY

0/1

Syntax that the driver uses to generate this XML file. By default, the driver uses the verbose syntax.

VideoInput0/VIN0

...
VideoInput3/VIN3 (*)
Cascade/C

Immediate

EMPTY

0/1

Selection of the video input to pass-through the video multiplexer. The default selection is Cascade.

(*) The number of elements designating video inputs is as follow:

Board

Elements

Picolo U4 H.264 PCI-104

VideoInput0/VIN0 … VideoInput3/VIN3

Picolo U4 H.264

VideoInput0/VIN0 … VideoInput3/VIN3

Picolo U8 H.264

VideoInput0/VIN0 … VideoInput7/VIN7

Picolo U16 H.264

VideoInput0/VIN0 … VideoInput15/VIN15

Picolo V16 H.264

VideoInput0/VIN0 … VideoInput15/VIN15

XML File Example

<root>/passthroughselector/config.xml – Read operation – Verbose mode

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE PassThroughSelector SYSTEM "config.dtd">
<PassThroughSelector version="1.0">
    <Verbose Immediate="true"/>
    <Cascade Immediate="true"/>
</PassThroughSelector>