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
...
\r\n
[group1]\r\n
<parameter pair>\r\n
<parameter pair>\r\n
...\r\n
[group2]\r\n
<parameter pair>\r\n
<parameter pair>\r\n
...\r\n
Where <parameter pair> is <parameter_name>=<parameter_value>.
Set group parameters
Method: GET
URL:
http://<ip>/adm/set_group.cgi?<parameter>=<value>[&<parameter pair>…]
Parameter Value and description
group Group name is specified here. (The group name is case insensitive.)
Note that all group values are defined in the Network Camera
Configuration Spec.
1. To set a specific setting in a group
group=group1&key=value...
2. To get the settings from multiple groups
group=group1&key=value...&group=group2&key=value...
Return:
Successful request returns all group parameters or the specified parameters as below.
HTTP/1.0 200 OK\r\n
…
content-type: text/plain\r\n
...
\r\n
OK\r\n
HTTP notification spec
* Please refer to the “HTTP_NOTIFY group” chapter in the Configuration file spec
document.
97