资源描述:
《嵌入式嵌入式论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要本文以实际应用为背景,设计实现了一种基于ARM系列的微处理器S3C2410与OV511USB摄像头的嵌入式视频技术系统。本文主要介绍了此系统的硬件部分(S3C2410芯片、OV511芯片、USB借口、LCD显示、数据传输等)、软件部分(Linux操作系统、嵌入式操作系统、Qt、Vi编译器、USB驱动程序等相关的Linux编译程序)构成,实现了所需要的相关材料的信息和试验相关的实际功能应用、程序的流程设计及程序中主要模块的部分细节和功能配置,记录了实验测试的相关情况以及最终实验完成的初步效果。本系统最终在UP-NETARM2410-S实验平台上实现
2、了LCD的图像数据采集及LCD显示和初步的Qt主机图像显示功能。经过实验测试,系统效果良好。在嵌入式Linux系统下开发USB摄像头图像采集系统,给出了基于S3C2410处理器的嵌入式图像采集系统的设计方案,并对如何编写符合VideoforLinux标准的摄像头图像采集程序进行了讨论。实践证明该系统也可以应用到多个领域,如:手机、照相机、投影仪、高清晰度远程摄像、无线监视器等相关便携式图像数据采集传送。实现了系统设计开发的目标。关键词:嵌入式系统;USB摄像头;视频监控AbstractBasedontheactualapplicationofback
3、ground,DesignandImplementationofaseriesofARM-basedmicroprocessorS3C2410OV511USBwiththeembeddedcamera-invideotechnologysystems.Thispaperdescribesthesystemhardware(S3C2410chip,OV511chips,USBexcuseLCDdisplay,datatransmission,etc.),software(Linuxoperatingsystem,Embeddedoperatingsys
4、tems,Qt,Vicompiler,USBdrivesproceduresrelatedtotheLinuxcompiler)composition,achievedthenecessaryrelevantinformationandmaterialsrelatedtotheactualtestfunctionapplication,Designofprocessesandproceduresforthemainmoduleandsomedetailsofthedistributionfunction.Recordsoftheexperimenta
5、ltestoftherelevanceandtheeventualcompletionofthepreliminaryexperimentalresults.ThesystemeventuallyUP-NETARM2410-SplatformtoachievetheLCDimagedataacquisitionandLCDdisplayandpreliminaryQtmainframeimagedisplayfunction.Afterlaboratorytests,thesystemeffectively.EmbeddedLinuxSystemsD
6、evelopmentUSBcameraimageacquisitionsystem,BasedontheS3C2410ProcessorEmbeddedImageAcquisitionSystemDesignprogram,howtopreparewithVideoforLinuxstandardcameraimageacquisitionprocesswerediscussed.Practicehasprovedthatthesystemcanbeappliedtomanyareas,suchas:mobilephones,cameras,proj
7、ectors,highdefinitionremotecamera,Wirelessmonitorsandotherrelatedportabledataacquisitionimagetransmission.Implementationofthesystemdesignanddevelopmentgoals.Keywords:EmbeddedSystem;USBCamera;VideoSurveillance目录摘要1第一章前言4第二章系统概述52.1系统功能52.2系统硬件组成62.3系统软件设计8第三章硬件组成113.1硬件连接图113.2S
8、3C2410CPU113.3LCD液晶显示模块14第四章软件设计194.1软件系统描述194.2视频采集模块