User Manual
Table Of Contents
- Software Installation on page 10
- Revision History
- Overview
- Network Deployment
- Accessing the Network Camera
- Main Page
- Client Settings
- Configuration
- System > Homepage layout 
- System > Logs 
- System > Parameters 
- System > Maintenance
- Media > Image 
- Media > Video
- Media > Audio
- Network > General settings
- Network > Streaming protocols
- Network > QoS (Quality of Service)
- Network > SNMP (Simple Network Management Protocol)
- Network > FTP
- Security > User accounts
- Security > HTTPS (Hypertext Transfer Protocol over SSL)
- Security > Access List 
- Security > IEEE 802.1x
- PTZ > PTZ settings
- Event > Event settings 
- Applications > Motion detection
- Applications > Tampering detection
- Applications > Audio detection
- Applications > Package management - a.k.a., VADP (VIVOTEK Application Development Platform)
- Recording > Recording settings 
- Appendix
VIVOTEK
204 - User's Manual
79
Subgroup of stormgr: i<0~(n-1)>: n is the total number of displayed records.
Element name Type Description
label <Integer Primary Key> A unique integer.
triggerType <Text> Indicate the event trigger type.
mediaType <Text> Indicate the file media type.
destPath <Text> Indicate the file location in camera.
resolution <Text> Indicate the media file resolution.
isLocked <Boolean> Indicate if the file is locked or not.
triggerTime <Text> Indicate the event trigger time.
Format is “YYYY-MM-DD HH:MM:SS”
backup <Boolean> Indicate if the file is generated when network loss.
Subgroup of stormgr_disk: i<0~(n-1)>: n is the total number of storage devices.
Element name Type Description
name string Description of specified storage device.
status ready, detached, error,
and readonly
The storage device status.
ready: storage is ready for access.
detached: storage is not mounted.
error: failed to open storage device.
readonly: storage is write protected.
totalSize <Positive Integer> The overall storage size in kilobytes.
freeSize <Positive Integer> The available storage size in kilobytes.
usedSize <Positive Integer> The used storage size in kilobytes.
path string Location of database of storage sink
Ex. Returned results of search command
<?xml version="1.0" encoding="ISO-8859-1" ?>
<stormgr version="0.0.0.1">
<counts>5</counts>
<limit>2</limit>
<offset>0</offset >
<i0>
<label>1</label>
<triggerType>motion</triggerType>
<mediaType>videoclip</mediaType>
<destPath>/mnt/auto/NCMF/abc/abc.jpg</destPath>
<resolution>800x600</resolution>
<isLocked>0</isLocked>