资源描述:
《毕业设计 基于ARM的图像采集系统的设计》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、辽宁科技大学本科生毕业设计(论文)第I页基于ARM的图像采集系统的设计摘要近年来,随着人类科技的不断进步以及人们对安全、方便、快捷的优质生活的不断追求,图像采集已经越来越多地被应用到智能家居、图像识别、环境监控等领域。本文通过研究当前数字图像采集系统的研究成果和发展趋势,设计了一种基于嵌入式ARM的便携式数字图像采集系统,并对该系统设计过程中的若干问题进行了简单探讨,论文重点研究了系统的硬件设计和软件实现。本文所设计的嵌入式图像采集系统是采用以ARMCortex-M3为内核的STM32作为主控芯片,主控芯片先控制CMOS传感器OV7670进行图像采集,然后由主控芯片控
2、制其将图像数据存放入FIFO存储器AL422B中,最后将采集的图像通过主控制器显示到触摸屏上,或者存储到SD卡内。该图像采集系统仅用一个ARM芯片就实现了对OV7670的功能控制、时序同步、数据采集与处理等功能,系统成本低,结构紧凑,功能强大。同时由于本设计采用低电压低功耗的传感器及处理器芯片,使整个系统的功耗很低,可以很容易将该系统移植到嵌入式移动设备上,具有一定的实用价值。关键词:嵌入式;图像采集;ARM;STM32;OV7670辽宁科技大学本科生毕业设计(论文)第II页BasedonARMofimagecollectionsystemdesignAbstract
3、Inrecentyears,withtheprogressofscienceandtechnologyaswellashumanpeopletosafe,convenientandthepursuitofqualityoflife,imageacquisitionisincreasinglybeingappliedtointelligenthousehold,imagerecognition,environmentmonitor,etc.Thisarticlethroughstudiesthecurrentdigitalimageacquisitionsystemre
4、searchanddevelopmenttrend,designakindofbasedonembeddedARMofportabledigitalimageacquisitionsystem,andthesystemsomeproblemsinthedesignprocessarealsodiscussed,thispaperlaysemphasisontheresearchofthesystemhardwaredesignandsoftwarerealization.Inthispaperthedesignofembeddedimageacquisitionsys
5、temisusedtoARMCortex-M3coreSTM32asthemasterchip,maincontrolchipcontrolOV7670CMOSsensorforfirstimagecollection,thenthemaincontrolchipwillcontroltheimagedatastorageintotheFIFOmemoryAL422B,finallytheimagethroughthemaincontrollercollectiontothetouchscreendisplay,ortostoreinSDcard.Thisimagea
6、cquisitionsystemwithjustoneARMchipswillachievethefunctionofOV7670control,timingsynchronization,dataacquisitionandprocessing,andotherfunctions,systemwithlowcost,compactstructure,thefunctionisstrong.Atthesametimebecausethedesignofthelowpowerconsumptionandlowvoltagesensorprocessorchips,the
7、systemofpowerconsumptionislow,thesystemcaneasilytransplantedintotheembeddedmobiledevices,hascertainpracticalvalue.Keyword:flushbonading;imagedataacquisition;ARM;STM32;systemdesign辽宁科技大学本科生毕业设计(论文)第III页目录摘要.........................................................................