EasyManua.ls Logo

Tricolor Video-Wall Processor 380 - Page 24

Tricolor Video-Wall Processor 380
35 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
x0
The horizontal starting pixel of the window on video-wall
y0
The horizontal ending pixel of the window on video-wall
x1
The vertical starting pixel of the window on video-wall
y1
The vertical ending pixel of the window on video-wall
Returning
Value
WIN_ID_ERR
The window ID has already been taken
NET_OK
Succeed
Example 1<open, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1365, 767>
To create a window with ID 0 on video-wall 2, the input channel 1 is used as signal
source, and no cropping has been processed.
Example2<open,0,1,2, 0,512,0,512, 0,0,1365,767>
To create a window with ID 1 on video-wall 1, the input channel 2 is used as signal
source, and crops the 512*512 section of the left-top corner to displaying on window.
4. Moving the window
Instruction
Format
<move, W_ID, SourceCh, src_hstart, src_hsize, src_vstart, src_vsize, x0, y0, x1, y1>
Function
To move the window to a specified position
Parameters
See at instruction 3
5. Switching the signal source of window
Instruction
Format
<icha, w_id, SourceCh, src_hstart, src_hsize, src_vstart, src_vsize>
Function
To switch the signal source of a specified window
Parameters
w_id
window ID
SourceCh
source channel ID
src_hstart
The horizontal starting pixel of the signal source
src_hsize
The horizontal ending pixel of the signal source . If the value is 0,
means the original horizontal size of the signal source, and the
src_hstart is useless
src_vstart
The vertical starting pixel of the signal source
src_vsize
The vertical ending pixel of the signal source . If the value is 0, means
the original vertical size of the signal source, and the src_vstart is
useless