文档介绍:华中科技大学
硕士学位论文
网络视频监控系统中远程管理模块设计与实现
姓名:彭炼钢
申请学位级别:硕士
专业:通信与信息系统
指导教师:杜旭
20090520
华中科技大学硕士学位论文
摘要
随着数字化技术和互联网技术的飞速发展,基于网络的数字视频监控系统以其信
息量大、控制灵活、易于存储等特点,已逐步替代传统的模拟视频监控系统。如何给
用户提供更加友好的人机交互界面、更灵活的配置功能,是一款产品获取成功的关键,
也是设计者们一直以来坚持不懈追求的。嵌入式技术和 Web 技术的应用无疑成为满足
这种需求的不二选择,这两者日益紧密的结合已经成为必然的发展趋势。
本文针对网络视频监控系统这一具体应用环境,对远程管理模块的设计与实现展
开研究。本文首先介绍了网络视频监控技术的发展现状,然后依次介绍了本项目中涉
及到的关键技术,包括嵌入式 Web 服务器、进程间通信机制和安全加密技术等。
紧接着根据本课题的实际情况进行了需求分析,给出了远程管理模块应该具有的
功能;接下来详细阐述了远程管理模块的设计思路和模块架构,并分基本功能和扩展
功能两部分给出了模块的具体设计细节,包括页面布局设计、模块化页面设计、并发
服务设计等。本文接下来给出了基于上述设计方案的具体实现,包括模块的执行流程
和基本报文响应处理等,并对基本功能和扩展功能的实现做了详细说明。
最后从功能、负载性能、稳定性和鲁棒性等方面对模块进行了全面测试,测试结
果表明该远程管理模块的功能完善,容错能力较强、能同时响应多个客户端的配置请
求,且能长期稳定运行。该模块已经成功应用于与本课题相关的网络视频监控系统中,
并已投入市场,经过了严格的压力测试和客户测试,反响良好。
关键词:嵌入式 Linux; 视频监控; 远程管理; Web 服务器
I
华中科技大学硕士学位论文
Abstract
With the rapid development of Technology and Digital Technology,
network-based digital video surveillance systems, with its informative, control flexibility
and ease of storage and preservation, has been gradually to replace the traditional analog
video surveillance system. How to give users a more friendly puter interface,
more flexible configuration capabilities, is not only the key for a essful product, but
also the aspect designers persistently pursued. bination of embedded technology
and Web technology meets this demand perfectly.
In this paper, we talk about the remote management module design and
implementation under the specific application environment work video surveillance
system. This paper first introduces the development work video surveillance systems,
and then introduces the item involved in the key technology, such as embedded Web server,
Common gateway interface technology, Inter-munication, security encryption
technology and so on.
Then, according to the actual requirement of this subject, we have a needs analysis and
define the function of remote management module should have; next, elaborate the bri