Sony SNCDH110W Benutzerhandbuch

Seite von 132
CGI Command Manual   
26 
9 Configuration command for motion object detection or unattended 
object detection 
These are to be used for configuring motion detection. Common configuration terms are described in 9.1. 
Inquiring the configuration is described in 9.2. 
 
9.1 Common configuration terms 
This section describes common configuration terms. When using these commands, describe as the 
following syntax <parameter>=<value>. 
 
<Method> 
GET / POST 
 
<Syntax> 
http://ip_adr/command/objectdetection.cgi?parameter=<value> 
 
<Parameters> 
Refer to Chapter "11. CGI commands list" 
 
<Example> 
Set "Alarm interval" of the unattended detection with half and an hour. 
POST /command/objectdetection.cgi HTTP/1.1¥r¥n 
Host: 192.168.1.1¥r¥n 
Connection: Keep-Alive¥r¥n 
Cache-Control: no-cache¥r¥n 
Content-Length: 20¥r¥n 
¥r¥n 
Win1Mode=mask 
 
<Response> 
HTTP/1.1 204 No Content¥r¥n 
Content-Type: text/plain¥r¥n 
Date: Fri, 29 Jul 2005 17:33:58 GMT¥r¥n 
Server: XXXX/X.XX¥r¥n 
Accept-Ranges: bytes¥r¥n 
Connection: Keep-Alive¥r¥n 
Expires: Fri, 29 Jul 2005 17:33:56 GMT¥r¥n 
Pragma: no-cache¥r¥n 
Cache-Control: no-cache¥r¥n 
Content-Length: 0¥r¥n 
¥r¥n