Cgi commands, Download logs, Motion detection commands – Cisco WVC80N User Manual

Page 37

Advertising
background image

Appendix D

CGI Commands

36

Wireless-N Internet Home Monitoring Camera

Appendix D

Download Logs

Method:

GET

URL:

http://<ip>/adm/log.cgi

Return:

HTTP/1.0 200 OK \r\n

content-type: text/plain\r\n\r\n

<log data>

Motion Detection Commands

You can configure the motion detection sensitivity area to be either the entire screen or up to three specific areas. Each
area can have its own name and threshold setting. Once the moving indicators exceed the user-configured threshold,
a motion detection event will be triggered.

This is the definition of the sensitivity area coordinates on a 640x480 resolution image.

The home (0, 0) position is located at the left-top corner. The horizontal position, x, will be expressed as an integer value
from 0 to 639 (left to right). The vertical position, y, will be expressed as an integer value from 0 to 479 (top to bottom).

The left-top corner is the start position. The right-bottom corner is the stop position.

Whatever the current streaming resolution is, the replied coordinate always maps to the 640x480 scale.

Get Motion Detection Settings

Method:

GET

URL:

http://<IP>/adm/get_group.cgi?group=MOTION

(Please refer to Get Group Parameters command.)

Parameter

Value and description

group

Motion

(Required) This notifies the CGI that the request is for “motion detection” group.

(X2, Y2) = (639,479)

(X1, Y1) = (0,0)

(639,479)

(0,0)

640

480

Advertising