Vivotek IP7361 Security Camera User Manual


 
VIVOTEK
User's Manual - 165
Return:
HTTP/1.0 200 OK\r\n
Content-Type: text/plain\r\n
Content-Length: <system information length>\r\n
\r\n
<hex decimal data>\r\n
Where hexadecimal data is digits from 0 ~ 9, A ~ F.
6.23 Storage Managements
(capability.storage.dbenabled=1)
Note: This request requires administrator privileges.
Method: GET and POST
Syntax:
http://<servername>/cgi-bin/admin/lsctrl.cgi?cmd=<cmd_type>[&<parameter>=<value>…]
The commands usage and their input arguments are as follows.
PARAMETER VALUE DESCRIPTION
cmd_type <string> Required. Command to be executed, including search, insert, delete, update, and
queryStatus.
Command: search
PARAMETER VALUE DESCRIPTION
label <integer primary key> Optional. The integer primary key column will automatically be
assigned a unique integer.
triggerType <text> Optional. Indicate the event trigger type. Please embrace your input
value with single quotes.
Ex. mediaType=’motion’
Support trigger types are product dependent.
mediaType <text> Optional. Indicate the file media type. Please embrace your input
value with single quotes.
Ex. mediaType=’videoclip’
Support trigger types are product dependent.
destPath <text> Optional. Indicate the file location in camera. Please embrace your
input value with single quotes.
Ex. destPath =’/mnt/auto/CF/NCMF/abc.mp4’