资源描述:
《基于arm视频采集系统设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、论文
基于ARM视频采集系统的设计与实现
中文摘要
摘要
随着计算机技术的不断发展,ARM技术和嵌入式系统的出现,嵌入式系统的
应用领域在不断发展,它所涉及的领域包括工业控制、消费电子、网络通信、科
学研究、军事国防、医疗卫生、航空航天等方方面面。本文采用理论与实践相结
合的方式,通过对ARM系统的设计与调试,从而掌握了对嵌入式系统的设计与开
发。
本文采用ARM920T芯片作为嵌入式系统视频采集的处珲器,详细阐述了嵌入
式系统的设计与开发过程,其中包括:
交叉编译环境的搭建:交叉编译环境是嵌入式开发工具的集合,搭建该环境
2、就
足在系统中编译安装开发工具链。
操作系统内核的移植:内核移植是嵌入式开发的重要部分,移植内核主要是对
内核进行重新配置,使它符合特定系统的需要,然后重新编译生成可执行的内核
镜像文件。
文件系统的移植:文件系统是操作系统对数据进行管理的有效和必要的助手。
移植文件系统包括制作义件系统镜像,在Flash上为文件系统分配存储空间以及文
件系统与嵌入式操作系统的有效配合。
驱动程序的设计:驱动是操作系统与硬件沟通的桥梁,驱动设计就是编写具体
硬件的读写控制函数并向操作系统提供统一的接口。
本文着重介绍了液晶厨驱动程序的编写,U
3、SB摄像头驱动程序的编译与移植,
以及视频显示程序的编’;。最后,通过重新编译移植WebcamServer应用程序,
实现了网络摄像机。
关键词:嵌入式系统;ARM;USB摄像头;视频采集
英文摘要
TheDesign&RealizationofVideoCollectionSystem
BasedonARM
Abst
With
thecomputer
ract
technologyandembedded
development,ARM
technology’s
operatingsystemappearTheareaofe
4、mbeddedsystemisdevelopingunceasingly,
whichcontrol,consumption
includes
industry
electron,network
communication,
scientificresearch,nationaldefenses,medicaltreatment,navigationandspaceflight
Thisarticlecombinesthetheoryandthepractice
system,we
ARM
Bydesigninganddeb
5、uging
mastertheembeddedsystemdesign.
can
Thism-ticleadopted
ARM920T
chip
as
embeddedsystemprocessor,andeN)atiated
thedesignanddevelopmentoftheembedded
Setupzhe
nameofall
etc
system,including:
compilingenvironment:The
CROSS
theembeddeddeveloping
tools
In
CROSS
compi
6、lingenvironmentisthe
orderto
setup
a
cross
compiling
environment,weshouldcompileandinstallthetoolchainsneededindevelopment
TransplantofOSkernel:Thisis
system.Inorder
transplant
to
one
ofthemaindevelopingunitsof
embedded
theOSkernel,weshouldconfigurethekernelagain
m
7、akeitmeetspecificrequirement,andthencompileitagain
to
to
generatetheexecutable
OSkernelimagefile
offilesystem:Filesystemistheeffectiveandnecessaryassistantof"a
Transplant
operatingsystemtomanagethedot&Transplantoffilesystemsincludesmakingfile
system’Simage,assignin
8、gthememoryforthemin
a
flashchip,andvalidcooperateof
filesystemandtheembeddedOS
Designofdrivers:DriveristhebridgeofOSandhardware
ofdrivers
is
tO
h