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
Query/Control the peripheral components status
Start/Stop the camera privacy mode
Method: GET
URL: http://<ip>/adm/privacy_ctl.cgi?privacy=<parameter>
Parameter Value and description
start
start: camera enter privacy mode. Any user can't view the video any more.
stop stop: camera end the privacy mode.
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
Get/Set group parameters
Get group parameters
Method: GET
URL: http://<ip>/adm/get_group.cgi?<parameter>=<value>[&<value>…]
Parameter Value and description
group 1. To get all group settings
group_name (The group name is case insensitive.)
2. To get a specific setting from a group
group_name.parameter_name
3. To get the settings from multiple groups
group_name&group_name...
Note that all group_name and parameter_name are defined in the
Network Camera Configuration Spec
Return:
All group settings or one group setting will be returned as below.
HTTP/1.0 200 OK\r\n
…
content-type: text/plain\r\n
96