Advanced Users
Advanced Users
Example Commands
Below is a list of example commands:
1. Open a Vision window using Vision input number 2 positioned at the top left of the wall with a height and width of
500 pixels:
wcmd –machine=10.0.0.21:8099–id=1 –provider=Capture–input=
2
–window=
100,100,500,500
2. Open an video window using Input wildlife:
wcmd –machine=
10.0.0.21:8099
–id=
5
–window=
1920,1080,1920,1080
–input=”C:\users\desktop\videos\
wildlife.wmv”
The full path is required for the input.
3. Change the source of Window 1 to a known internet source
wcmd –machine=
10.0.0.21:8099
–id=
1
–provider=Web–input=”google”
Note: The input used must exist within the WallControl 10 repository and the name “google” must exist as an internet
source accessible via the application source menu.
4. Move Window 1 to a different position on the wall.
wcmd –machine=
10.0.0.21:8099
–id=
1
–window=
5000,450,500,500
5. Get a list of available layouts
wcmd –machine=
10.0.0.21:8099
-layouts
6. Save a layout
wcmd –machine=
10.0.0.21:8099
–savelayout=”my layout”
7. Load a layout
wcmd –machine=
10.0.0.21:8099
–layout=”my layout”
8. Schedule a task to load a layout
wcmd –machine=
10.0.0.21:8099
–layout=”my layout” –scheduled=”15/05/2017 09:00:00”
9. Get a list of all open windows on the wall
wcmd –machine=
10.0.0.21:8099
–openwindows
10. Turning on/off the audio for an Capture window
wcmd.exe -machine
10.0.0.21:8999
-id=
1
-provider=Capture-audio
=on
11. Adding a new web input source into the Global Media Store with an editable friendly name:
wcmd -machine=
10.0.0.1:522
-provider=web -alias
=
-addinput=”
http://www.google.com
” -shared=
true
-readonly=
false
12. Adding a new IPDecode source to a Local Wall Content Store with an uneditable friendly name:
wcmd -machine=
10.0.0.1:522
-provider=IPDecode
-alias=”
Camera 1
” -addinput=”
rtsp://10.0.0.1:522/Ch2
”
-shared=
false
-readonly=
true
55