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
Upload/Download configuration
Download configuration content
Method: GET
URL:
http://<ip>/adm/admcfg.cfg
Return:
HTTP/1.0 200 OK \r\n
…
content-type: application/configuration\r\n
\r\n
<configuration content encoded in Base64 format>
All data in the configuration are encoded in a Base64 format. Please refer to the chapter “Error!
Reference source not found.”.
There is the hidden check sum data inside the configuration content to validate the data,
Because we use the dword-aligned checksum algorithm, so we will ignore the last data
misaligned by dword.
Upload configuration content
Method: POST
URL:
http://<ip>/adm/upload.cgi
Message body:
…
<boundary=...>
<configuration content encoded in Base64 fvormat>
All data in the configuration are encoded in a Base64 format. Please refer to the chapter “Error!
Reference source not found.”.
Network Camera will be automatically rebooted after received and loaded the configuration
content.
Return:
HTTP/1.0 200 OK \r\n
…
content-type: text/plain\r\n
\r\n
OK\r\n
Extension to the configuration format
The configuration contents are shown as following:
Items
Data length
(Bytes)
Description
Configuration file
Variable The general/original configuration file
99