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
Get/Set System date and time
Method: GET
URL:
http://<ip>/adm/date.cgi?action=<value>[&<parameter pair>…]
Parameter Value and description
action Get/Set the system date and time
get= Get the system date and time
set= Set the system date and time
time_zone The index value in time zone table (Readonly), please refer to
Network Configuration file Spec
year Year (2005~2037)
month Month (1~12)
day Day (1~31)
hour Hour (0~23)
minute Minute (0~59)
second Second (0~59)
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
<parameter pair>\r\n
<parameter pair>\r\n
...\r\n
Upgrade firmware
Method: POST
URL:
http://<ip>/adm/upgrade.cgi
Message body:
…
…
<boundary=...>
…
<FW binary data>
The client must wait as least 5 minutes to make sure all flashes have been programmed.
Return: A FW Upgrade Progress window will be returned.
98