9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
120
9. Programmer's Reference
UBEX series – Matrix Application Mode – User's Manual
120
MA
TRIX APPLIC
A
TION MODE
Applied F-series endpoint firmware package: v1.4.1 | Applied R-series endpoint firmware package: v1.4.1 | Applied MMU firmware package: v1.2.1 | LDC software: v1.34.0b2
9.9.14. Query the Timing Mode
The query returns with the current status of the timing mode. See more details about it in the
section.
Command and Response
#timingmode #freerun #sourcelocked
ç
GET•/MEDIA/STREAMS/VIDEO/
<out>
/PORT.TimingMode
æ
pr•/MEDIA/STREAMS/VIDEO/
<out>
/PORT.TimingMode=
<timing_mode>
Parameters
The
<timing_mode>
can be
Freerun
or
SourceLocked
.
Example
ç
GET /MEDIA/STREAMS/VIDEO/D101/STREAM.TimingMode
æ
pr /MEDIA/STREAMS/VIDEO/D101/STREAM.TimingMode=SourceLocked
9.9.15. Timing Mode Setting
The timing mode is set with the following command. See more details about it in the
section.
Command and Response
ç
SET•/MEDIA/STREAMS/VIDEO/
<out>
/PORT.TimingModeSetting=
<timing_mode>
æ
pw•/MEDIA/STREAMS/VIDEO/
<out>
/PORT.TimingModeSetting=
<timing_mode>
Parameters
The
<timing_mode>
can be set to
Freerun
or
SourceLocked
.
Example
ç
SET /MEDIA/STREAMS/VIDEO/D202/PORT.TimingModeSetting=SourceLocked
æ
pw /MEDIA/STREAMS/VIDEO/D202/PORT.TimingModeSetting=SourceLocked
9.9.16. No Sync Screen (Test Pattern) Mode
The No sync screen feature generates an image which can be displayed when no incoming signal on the
port. The following method turns on or off the Test Pattern function:
Command and Response
#testpattern #nosyncscreen
ç
SET•/MEDIA/STREAMS/VIDEO/
<out>
/PORT.NoSyncMode=
<nosync_mode>
æ
pw•/MEDIA/STREAMS/VIDEO/
<out>
/PORT. NoSyncMode=
<nosync_mode>
Parameters
Identifier
Parameter description
Value
Explanation
<nosync_mode>
Test pattern mode
setting
AlwaysOff
The test pattern is not displayed on the
output.
NoSignal
The test pattern is displayed if there is no
video is received on the output port.
AlwaysOn
The test pattern is displayed on the output
even there is an incoming signal.
Example
ç
SET /MEDIA/STREAMS/VIDEO/D1002/PORT.NoSyncMode=NoSignal
æ
pw /MEDIA/STREAMS/VIDEO/D1002/PORT.NoSyncMode=NoSignal
9.9.17. No Sync Screen (Test Pattern) Color Setting
The No sync screen feature generates an image which can be displayed when there is no incoming signal on
the port. The following method sets the displayed color defined in RGB code.
Command and Response
ç
SET•/MEDIA/STREAMS/VIDEO/
<out>
/PORT.NoSyncColor=
<RGB_code>
æ
pw•/MEDIA/STREAMS/VIDEO/
<out>
/PORT. NoSyncColor=
<RGB_code>
Example
ç
SET /MEDIA/STREAMS/VIDEO/D901/PORT.NoSyncColor=128,128,128
æ
pw /MEDIA/STREAMS/VIDEO/D901/PORT.NoSyncColor=128,128,128