For some reasons, the client S/W might need to
backward support
the motion detection CGI
and padding data within the old models of camera. Please refer the
section to get the
details..
The home (0, 0) position is located at the left-top corner. The whole scale is for 640x480
resolution. So the horizontal position, x, will be expressed as an integer value from 0 to 639
and ascend from left to right. The vertical position, y, will be expressed as an integer value
from 0 to 479 and ascend from top to bottom.
6 4 0
+ - - - - - - - - - - - - - - - - - - - +
| ( 0 , 0 ) |
| |
| | 4 8 0
| |
| |
+ - - - - - - - - - - - - - - - - - - - +
( 6 3 9 , 4 7 9 )
The configured area coordinate:
The left-top corner is the start position. The right-bottom corner is the stop position.
( X 1 , Y 1 )
+ - - - - - - - +
| |
| |
+ - - - - - - - +
( X 2 , Y 2 )
Whatever the current streaming resolution is, the replied coordinate always maps to the
640x480
scale.
Get Motion Detection Settings
Method:
GET
URL:
command.)
Parameter Value
and
description
group Motion
This is a
required
paramter & value to let the CGI know the
request is for “
motion detection
” group.
Return:
All group settings or one group setting will be returned as below.
HTTP/1.0 200 OK\r\n
101