DISK_FILE_SEARCH_EVENT

 

Description

Set the event matching conditions for searching files from the local storage media.

When device received this command, it just record the date and time conditions but not perform file searching. The URL DISK_FILE_LIST will trigger device to perform file searching.

Input Argument

EventCondition
where
It could be the combination of following values.
NONE,DI1,DI2,MD1,MD2,MD3,PIR,SCH,READY
where
Argument Description
NONE No event condition is applied for file searching. Within NONE value, the EventCondition should have no another event conditions.
DI1 and DI2 Digital Input alarms are the event conditions.
MD1, MD2, MD3 and PIR Motion detections are the event conditions
SCH Schedule recording is the event conditions
READY Continuous recording is the event conditions

Example

1. Set DI1, DI2 and PIR events as the event conditions for recored file searching.
   DISK_FILE_SEARCH_EVENT=DI1,DI2,PIR
2. Set all motion events as the event conditions for recored file searching.
   DISK_FILE_SEARCH_EVENT=MD1,MD2,MD3,PIR
3. Remove all event conditions.
   DISK_FILE_SEARCH_EVENT=NONE

Attribute

Return of Message

DISK_FILE_SEARCH_EVENT='NONE'
or
ERROR: DISK_FILE_SEARCH_EVENT not found

OK: DISK_FILE_SEARCH_EVENT='DI1,DI2'
or
ERROR: DISK_FILE_SEARCH_EVENT not found

Applicability

PlatformT Camera, Video server with local storage A1D-310-V4.10 and later

Statue

Valid

See also

DISK_REMOVE_FILE, DISK_REMOVE_OLD_FILES, DISK_FILE_LIST, DISK_GET_FILE, DISK_FILE_SEARCH_TIME,

Example

http://ip:port/cgi-bin/system?USER=admin&PWD=123456&DISK_FILE_SEARCH_EVENT
or
http://ip:port/cgi-bin/cmd/system?DISK_FILE_SEARCH_EVENT

http://ip:port/cgi-bin/system?USER=admin&PWD=123456&DISK_FILE_SEARCH_EVENT=DI1,DI2
or
http://ip:port/cgi-bin/cmd/system?DISK_FILE_SEARCH_EVENT=DI1,DI2

Back To

HOME, SYSTEM CGI