
Example 3 - List by name all VNM 200 devices that are provisioned as displays.
getdevices
keys=
name
where="
device_type
='
VNC
200
DVI-AD'
and
type='
display'"
]
Returns:
["200_Device3","200_Device4"]
getDeviceLayout (VNS 104 Only)
The
getDeviceLayout
command determines whether video streams are currently
displayed in quad-split mode or single window full screen mode on a specific device.
Command line structure
getDeviceLayout
device
device:
Device name, device ID, or IP address
For the following example:
VNS 104:
Name =
104_Device1
, ID =
40001
, IP =
192.168.0.41
Example 1 - Determine the current layout of a VNS 104 device using the IP address.
getDeviceLayout
192.168.0.41
]
Returns:
QuadSplit
getFilesInFolder
The
getFilesInFolder
command returns a formatted list of files in a specified recorder
path.
Command line structure
getFilesInFolder
device path type
Available parameters and arguments for this command are:
Parameter
Argument
Description
device
50001
The serial number (ID) of the recorder device.
192.168.0.51
The IP address of the recorder device.
VN_Recorder
The user-defined name of the recorder
device.
path
String
Example:
/folder1
The path from which the walk command is
processed.
type
v
Video
a
Audio
w
Whiteboard
d
Data
NOTE:
Specifies the type of files to return if they exist. If no type is specified, all files
are returned.
For the following examples:
VNR 100:
Name =
100_Device1
, ID =
10001
, IP =
192.168.0.11
VNM Recorder:
Name =
5ch_Device1
, ID =
50001
, IP =
192.168.0.51
Example 1 - Return a list of recorded files in a directory named ‘folder3’ of a VNR 100.
getFilesInFolder
10001
path=
/folder3
]
Returns: [["File3_20001.0.0_r0_s0.rec","File3_20001.A0.0_r1_s0.rec"]]
Example 2 - Return a list of audio files in a directory named ‘folder3’ of a VNM Recorder.
getFilesInFolder
path=
/folder3
type=
a
]
Returns:
[["File3_20001.A0.0_r1_s0.rec"]]
VNM EC 200 • Reference Information
207
Summary of Contents for VNM EC 200
Page 6: ......