資源描述:
《基于嵌入式linux的網絡視頻監(jiān)控系統(tǒng)的研究與設計論文》由會員上傳分享,免費在線閱讀,更多相關內容在學術論文-天天文庫。
1、基于嵌入式linux的網絡視頻監(jiān)控系統(tǒng)的研究與設計畢業(yè)論文目錄摘要IAbstractIII第1章緒論11.1課題研究背景及意義11.2嵌入式系統(tǒng)11.2.1嵌入式系統(tǒng)發(fā)展狀況11.2.2嵌入式系統(tǒng)體系結構21.3視頻監(jiān)控的發(fā)展現(xiàn)狀及趨勢31.3.1模擬視頻監(jiān)控系統(tǒng)31.3.2基于計算機的多媒體監(jiān)控系統(tǒng)41.3.3基于嵌入式的網絡監(jiān)控41.4論文主要內容和組織結構4第2章系統(tǒng)硬件體系結構62.1嵌入式處理器62.1.1ARM處理器介紹62.1.2S3C2440A72.2系統(tǒng)硬件總體構架82.3本章小結10第3章系統(tǒng)軟件開發(fā)平臺的建立113
2、.1Bootloader的設計113.1.1Bootloader的基本概念113.1.2U-boot的移植133.1.3自動識別NandFlash/NorFlash啟動的U-boot實現(xiàn)203.2Linux內核的移植與定制223.2.1修改內核以適應Mini2440開發(fā)板233.2.2內核定制263.3構建嵌入式根文件系統(tǒng)28-69-3.4本章小結30第4章視頻監(jiān)控系統(tǒng)程序設計314.1基于V4L2的視頻采集模塊開發(fā)314.1.1V4L2的API應用314.1.2視頻采集的輸入輸出隊列334.1.3視頻采集程序的實現(xiàn)344.2視頻圖像數(shù)
3、據壓縮394.2.1常用圖像壓縮算法介紹394.2.2壓縮算法的選擇414.2.3MJPEG壓縮算法的實現(xiàn)414.3視頻數(shù)據網絡傳輸?shù)脑O計434.3.1基于B/S模式的系統(tǒng)傳輸結構434.3.2SOCKET網絡編程454.3.3HTTP協(xié)議的處理494.4基于時間標簽的視頻檢索技術504.4.1基于語義的視頻檢索504.4.2基于非語義的視頻檢索514.4.3基于視頻標簽的檢索524.5本章小結53第5章監(jiān)控系統(tǒng)的整合和測試545.1監(jiān)控系統(tǒng)的輸入模塊545.2監(jiān)控系統(tǒng)的輸出模塊545.3系統(tǒng)測試56總結與展望58參考文獻61攻讀碩士期
4、間發(fā)表的學術論文65致謝67-69-ContentsCONTENTSAbstract(Chinese)IAbstract(English)IIIChapter1Introduction11.1ResearchBackgroundandSignificance11.2Embedded?Systems11.2.1Developmentof?EmbeddedSystems11.2.2Embedded?SystemArchitecture21.3DevelopmentStatusandTrendsofVideoSurveillance31.3.
5、1AnalogVideo?SurveillanceSystems31.3.2Computer-based?MultimediaMonitoringSystem41.3.3NetworkMonitoringBasedonEmbedded?Systems41.4TheMainConentsofthePaperandChapterArrangement4Chapter2HardwareArchitectureofSystem62.1EmbeddedProcessor62.1.1ARM?Processors62.1.2S3C2440A72.2O
6、verallHardware?Architectureof?System82.3Summary10Chapter3TheEstablishmentofSystemSoftwareDevelopmentPlatform113.1DesignofBootloader113.1.1TheConcept?ofBootloader113.1.2The?TransplantofU-boot133.1.3SupportbootbothinNandFlashandNorFlash203.2Porting?andCustomizationLinuxker
7、nel223.2.1ModifyKernel?toSuit?Mini2440?DevelopmentBoard233.2.2Custom?kernel263.3Building?Root?FileofEmbeddedSystem?283.4Summary30Chapter4VideoSurveillanceSystemProgramming314.1VideoCapture?Basedon?V4L2314.1.1V4L2?APIApplication31-69-Contents4.1.2InputandOutput?QueuesofVi
8、deoCapture334.1.3AchievetheVideoCapture?Program344.2VideoImage?DataCompression394.2.1CommonlyUsed?Iimag