摘 要本文提出了一种基于 ARM 处理器的嵌入式图像视频监控系统的设计方案。本系统采纳华为海思 Hi3515(ARM926EJ)为处理器,以嵌入式 linux 做为操作系统,通过基于 Video4Linux 的 USB 摄像头进行图像采集,最后显示在 LCD 显示屏。本文首先介绍了视频监控系统的时代背景、实践意义和讨论现状,并对嵌入式系统开发的基础理论知识做了简单的介绍,在此基础上分析了视频监控系统的总体结构设计;然 后 分 析 linux 操 作 系 统 的 开 发 技 术 , 包 括 开 发 环 境 的 建 立bootloader 的移植、linux 核移植和根文件系统的制作,完成了利用USB 摄像头采集图像的功能;然后介绍图像在 LCD 上的显示,并给出了最终的实验结果。关键字:海思Hi3515;视频监控;Video4Linux ;图像采集AbstractThis paper puts forward a designation of embedded images video monitoring system that based on the ARM processor .This system use the huawei haisi (ARM926EJ) as the processor, with embedded Linux as operating system, Through the USB camera that based on Video4Linux collect images, finally display on LCD screen. This thesis firstly introduces the research background, practical significance,research status and the basic theoretical knowledges of embedded system development on this basis gives the the overall structure desgin of this system;Then it analyses carefully the technology of embedded Linux system involve the development environment,bootloader,Linux kernel and the root file system,and completes the image acquisition by USB camera;After that,it describes how to display the images on LCD and gives the final experimental results.Keywords: haisiHi3515;video monitor;Video4Linux;image collection目 录目录 III1 绪论 11.1 前言 11.2 课题讨论背景与意义 11.2.1 课题讨论背景 11.2.2 课题讨论意义 21.2.3 国外讨论现状 22 嵌入式系统的选择 42.1.1 嵌入式系统的分类 42.1.2 嵌入式系统的选择 63.1 BOOTLOADER 移植 83.1.1 Bootloader 介绍 83.1.2 U-Boot 移植 ...