文档介绍:基于嵌入式Linux的网络视频监控系统的研究
摘要
随着电子技术和多媒体及网络技术的快速发展,视频监控系统正向嵌入式,数字化,网络化方向发展。嵌入式视频监控系统利用大规模集成电路和网络的科技成果。实现体积小,性能稳定,通讯便利的监控设备。
本项目提出了在ARM微处理器平台上移植嵌入式Linux操作系统,并完成视频采集、压缩、控制等任务。系统硬件设备选择采用实验室配备的ARM9微处理器S3C2410作为主处理器,利用USB接口的摄像头作为视频采集设备。为降低产品成本,在此基础上,借助Linux下的开源软件,构建了整个嵌入式视频监控系统。
关键词:视频监控嵌入式系统 ARM9 Linux V4L视频采集
Abstract
With the rapid development of the electronic technology, multimedia technology work technology, video surveillance system is going to the embedded, digital, networked direction. Taking full advantage of LSI works of scientific and technological achievements, the embedded video surveillance system achieves delicate volume, stable performance, facilitates munication of the surveillance equipment.
The project is in arm microprocessor platform, and porting embedded linux system in it. pletes video capturing, compression, transmission and control tasks. The hard devices select the ARM9 (S3C2410) as the main processor in the system; and the USB camera as the device of video capture. In order to reduce the cost of the product, Based on the architecture and with the open source software in linux, the whole embedded video surveillance system is implemented.
Keywords: Video Surveillance Embedded system ARM9 Linux video for linux
摘要 1
1绪论 4
4
4
5
2视频监控系统方案设计 5
5
6
3软件开发环境的建立 7
7
9
BootLoader的移植 9
Linux内核编译与移植 10
11
4设备驱动程序开发简介 12
Linux的驱动程序层次结构 12
14
14
15
5 Linux下视频采集 16
16
基于v4l的编程 17
17
18
19
6 视频网络传输模块研究与实现 20
TCP/IP协议简介 20
22
23
1绪论
随着电子技术和多媒体技术的飞速发展,利用嵌入式设备进行数字处理传送成为可能。嵌入式设备具有体积小、功耗低、数字化、安装方便、价格低廉等优点,因此基于嵌入式的视频采集和监控成为了当前嵌入式应用开发领域的一个热门课题。相比较传统的视频采集监控系统,它具有高可靠性、组网方便、可远程监控等优点,因而更适用于工业控制、银行、政府部门的安防系统中。
本文通过建立一个适用于家庭安保、学校等应用场合的嵌入式网络视频监控系统,在实验室环境下针对网络视频监控系统的各项关键技