beautypg.com

Vivotek FD9388-HTV 5MP Outdoor Network Dome Camera with Night Vision User Manual

Page 369

background image

VIVOTEK

User's Manual - 369

© 2019 VIVOTEK INC. All Right Reserved

236

PARAMETER

VALUE

DESCRIPTION
Ex. resolution=’800x600’

isLocked

Optional.
Indicate if the file is locked or not.
0: file is not locked.
1: file is locked.
A locked file would not be removed from UI or cyclic
storage.

triggerTime

Optional.
Indicate the event trigger time. (not the file created
time)
Format is “YYYY-MM-DD HH:MM:SS”
Please embrace your input value with single quotes.
Ex. triggerTime=’2008-01-01 00:00:00’
If you want to search for a time period, please apply
“TO” operation.
Ex. triggerTime=’2008-01-01 00:00:00’+TO+’2008-01-01
23:59:59’ is to search for records from the start of Jan
1

st

2008to the end of Jan 1

st

2008.

limit

Optional.
Limit the maximum number of returned search records.

offset

Optional.
Specifies how many rows to skip at the beginning of the
matched records.
Note that the offset keyword is used after limit keyword.


To increase the flexibility of search command, you may use “OR” connectors for logical “OR” search
operations. Moreover, to search for a specific time period, you can use “TO” connector.
Ex. To search records triggered by motion or di or sequential and also triggered between
2008-01-01 00:00:00 and 2008-01-01 23:59:59.

http://<

servername

>/cgi-bin/admin/lsctrl.cgi?cmd=search&triggerType=’motion’+OR+’di’+OR+’seq’

&triggerTime=’2008-01-01 00:00:00’+TO+’2008-01-01 23:59:59’


Command:

delete

PARAMETER

VALUE

DESCRIPTION

label

Required.

Identify the designated record.

© 2019 VIVOTEK INC. All Right Reserved

237

PARAMETER

VALUE

DESCRIPTION
Ex. label=1


Ex. Delete records whose key numbers are 1, 4, and 8.

http://<

servername

>/cgi-bin/admin/lsctrl.cgi?cmd=delete&label=1&label=4&label=8


Command:

update

PARAMETER

VALUE

DESCRIPTION

label

Required.

Identify the designated record.

Ex. label=1

isLocked

Required.
Indicate if the file is locked or not.


Ex. Update records whose key numbers are 1 and 5 to be locked status.

http://<

servername

>/cgi-bin/admin/lsctrl.cgi?cmd=update&isLocked=1&label=1&label=5


Ex. Update records whose key numbers are 2 and 3 to be unlocked status.

http://<

servername

>/cgi-bin/admin/lsctrl.cgi?cmd=update&isLocked=0&label=2&label=3


Command: queryStatus

PARAMETER

VALUE

DESCRIPTION

retType

xml or javascript

Optional.

Ex. retype=javascript
The default return message is in XML format.


Ex. Query local storage status and call for javascript format return message.

http://<

servername

>/cgi-bin/admin/lsctrl.cgi?cmd=queryStatus&retType=javascript