User's Manual
Table Of Contents
- Chapter 1 Introduction
- Chapter 2 Basic Setup
- Chapter 3 Viewing Live Video
- Chapter 4 Advanced Viewing Setup
- Chapter 5 Web-based Management
- Introduction
- Connecting to Video Server
- Welcome Screen
- Administration Menu
- System Screen
- Network Screen
- Wireless Screen (Wireless Model Only)
- DDNS Screen
- IP Filter Screen
- I/O Port Screen
- RS485 Screen
- Streamings
- Video & Audio Screen
- Video Access Screen
- User Database Screen
- Motion Detection Screen
- Audio Detection Screen
- E-Mail Screen
- FTP Screen
- HTTP Screen
- SMB/CIFS Client Screen
- Event Trigger Screen
- Maintenance Screen
- Status Screen
- Log Screen
- Chapter 6 WindowsViewing/Recording Utility
- Chapter 7 Troubleshooting
- Appendix A Specifications
- Appendix B Network Camera HTTP CGI
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
appendix
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.
640
+-------------------+
|(0, 0) |
| |
| |480
| |
| |
+-------------------+
(639, 479)
The configured area coordinate:
The left-top corner is the start position. The right-bottom corner is the stop position.
(X1, Y1)
+ - - - - - - - +
| |
| |
+ - -- - - - - +
(X2, Y2)
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
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