- 1、本文档共45页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
网络视频监控系统的软件设计
摘 要
数字监控系统经历了模拟时代、数字时代发展到了网络时代,网络监控系统已经应用到了各个行业。随着计算机的发展与普及,怎样才能保证计算机系统安全可靠工作已经成为人们关注的热点之一,本设计提出的远程监控系统就是最好的选择。
本设计选择的是VC++作为程序开发环境,对客户端软件的开发环境及平台进行了选择,并就其中使用的关键技术:windows sockets编程技术、windows多线程技术、windows图像显示技术、MPEG-4编解码与数据传输技术、流媒体技术做了简介。
本设计介绍的是基于计算机网络的第三代数字监控系统,它的基本原理是使用多媒体编码技术将音、视频采集单元输出的模拟信号直接进行数字化压缩,然后通过计算机网络传输到上位机进行解码、播放和存储等操作,同时利用计算机网络的延伸性实现对目的地的远程监控,具有数字传输、数字存储的显著特点,最终完成了一套上位机设计方案。
Abstract
Digital monitoring system has experience a simulation of the times, the era of development to the Internet era, network monitoring system has been used by all kinds of industries. With the development and popularization of computers, it has become one of the focus attentions how to ensure computer system reliable and security,I think the remote monitoring system is the best choice.
This design uses VC++ as the programming environment, choosing the client software development environment and platform, and uses some key technologies, for example, windows sockets programming,windows multithreading technology, windows image display technology, MPEG-4 series decoding operation and data transfer technology, streaming media technology has been done profiles.
This design is based on the third-generation digital monitoring system of computer networks, its basic principle is the use of multimedia encoding technology to audio, video acquisition unit output of the analog signal directly to digital compression, and then through the computer network transmission to the host computer to decode and play and storage operations, while the extension of computer networks to achieve remote monitoring and control of the destination, with digital transmission, a distinctive feature of digital storage and eventually a set of PC design.摘 要 1
Abstract 2
引 言 3
1 绪论 1
1.1 课题背景及研究内容 1
1.2 国内外研究现状 2
1.2.1 数字化视频监控的系统构架 2
1.2.2 数据压缩技术 2
1.3 网络视频监控系统的特点 3
1.3.1 数字化 3
1.3.2 网络化 3
1.4 网络视频监控系统分析 5
1.4.1 网络视频监控系统的构成及结构示意图 5
1.4.2 网络视频监控系统流媒体传输相关协议 6
1.5 社会意义以及应用领域 6
1.5.1 社会意义 6
1.5.2 应用领域 7
2 系统总体设计 8
文档评论(0)