局域网视频监系统的设计.docVIP

  • 3
  • 0
  • 约2.41万字
  • 约 41页
  • 2016-06-07 发布于贵州
  • 举报
局域网视频监控系统的设计 摘要:视频监控融合了信息技术、计算机技术、网络技术以及流媒体技术,一直是人们关注的应用技术热点之一,它以其直观方便、信息内容丰富而被广泛应用于许多场合。本文针对视频捕获和传输回放的功能要求,讨论了其软件系统的主要任务及解决方案。视频采集部分使用VFW函数进行。数据传输部分采用UDP协议,它提供面向无连接,不可靠的通信,相较于TCP有传输速率高,延迟小的优点。本文的视频采集、传输和显示是基于Microsoft Visual C++ 6.0环境,利用MFC开发的。Visual C++作为一个集成开发工具,提供了软件代码自动生成和可视化的资源编辑功能。The Design of LAN-Video Monitoring System Abstract: Video Monitoring has amalgamated technology of information, computer, network and media stream. So people give much attention to video monitoring every time. It has been a hotspot because of its convenience and abundance information. This article discussed the task and solution about video capture, transmission and display. Video data has been captured successfully by VFW and use protocol of UDP when transport. UDP provide connectionless and uncertainty communication. Compared with TCP, UDP has high speed and short time measurement. Video capture, transmission and display are based on the development environment of Microsoft Visual C++ 6.0 and programmed by MFC. Visual C++ 6.0 is a visualized integrated development tool, which can produce software code automatically and supplied integrated editor. It has higher efficiency and more usability than traditional programming terrace. Experiment result shows that this software system is not only practical, but also has simply operation and reliable work. Key words: VFW, UDP, WinSock 目 录 第1章 绪 论 1 1.1 课题背景 1 1.2 课题的发展现状 1 1.3 课题目的和意义 3 1.4 论文的主要内容 3 第2章 基本概念介绍 4 2.1 VC++介绍 4 2.1.1 C++ 4 2.1.2 VC++ 4 2.2 MFC简介 5 2.3 VFW的体系结构 5 2.4 TCP/IP协议简介 6 2.5 SOCKET套接字 8 2.5.1 SOCKET套接字的引入 8 2.5.2 异步非阻塞 9 2.6 本章小节 9 第3章 局域网视频监控系统方案设计 10 3.1 系统总体方案设计 10 3.2 视频捕获方案的设计 11 3.2.1 视频捕获方案的选择 11 3.2.2 AVICap窗口类 12 3.2.3 视频传输软件流程的设计 13 3.3 视频传输方案设计 14 3.3.1 传输层协议的选择 14 3.3.2 UDP协议的详细介绍 15 3.3.3 套接字方案设计 16 3.3.4 视频传输软件流程的设计 16 3.4 视频回放方案设计 17 3.4.1 视频回放方案选择 17 3.4.2 位图信息头介绍 17 3.5 开发平台和工具的选择 19 3.6 本章小节 20 第4章 局域网视频监控系统实现 21 4.1 视频采集实现 21 4.1.1 视频捕获 21 4.1.2 视频捕获程序的测试与分

文档评论(0)

1亿VIP精品文档

相关文档