簡易檢索 / 詳目顯示

研究生: 許家瑋
Chia-wei Hsu
論文名稱: 嵌入式監控系統的設計與實現
The Design and Realization of Surveillance System on Embedded System
指導教授: 吳忠霖
John-Ling Wu
口試委員: 莊華益
Hua-Yi Chuang
薛文証
Wen-Jeng Hsueh
學位類別: 碩士
Master
系所名稱: 工程學院 - 機械工程系
Department of Mechanical Engineering
論文出版年: 2010
畢業學年度: 98
語文別: 中文
論文頁數: 98
中文關鍵詞: 網路攝影機網際網路通訊協定即時串流傳輸協定動態偵測
外文關鍵詞: IP Camera, TCP/IP, Real-time Transport Protocol, Motion Detection
相關次數: 點閱:262下載:0
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 本論文將針對較低硬體要求的嵌入式資訊裝置,以軟體設計的方式撰寫網際網路通訊協定組的各項分層,達到不需要作業系統也能夠透過網際網路來傳輸資料,以及引入即時串流傳輸技術使監視的影像能夠即時的傳送至用戶端。實現的方式,首先先將攝影機所拍攝的畫面,進行影像壓縮,再利用即時串流傳輸技術將壓縮後的影像資料封裝並且切割成適合在網際網路上傳輸的封包大小,最後再藉由本論文所設計的網際網路通訊協定組的程式將影像資料透過網際網路傳送至遠端使用者以即時串流的方式觀看影像。

    同時本論文也將針對在網際網路不允許的環境下,設計使用儲存的方式錄製監控的影像,並且利用影像運動偵測法來篩選錄製的影像,使系統能在有限的儲存空間達到最高的錄影效率。影像運動偵測法可從攝影機所拍攝的畫面裡得知是否有移動物體的產生,進而決定系統是否要啟動錄影的機制。


    In this paper, by software designed of the internet protocol layers for low grade embedded device, without operating system can also be reached via the Internet to transmit data, and introduction of real-time transport protocol technology to enable real-time surveillance video can be transmitted to the client at real-time.
    Implementation approach, first compression image after captured of camera, and uses real-time transport protocol technology to the compressed image data package and cut to fit the Internet transmission of the packet size. Finally, uses by software designed of the internet protocol program for image data sent over the Internet to remote users a way to watch live streaming video.

    At the same time, the paper is designing recorded surveillance video by storing in the internet is not allowed, and employing to sift out from recording image by motion detection, it can make the system to achieve maximum efficiency of recording in limited space. The method of motion detection can detect whether the objects is moving or not to decide whether the system is start to recording image or not.

    摘要 I Abstract II 致謝 III 目錄 IV 表目錄 IX 表目錄 IX 第1章 緒論 1 1.1 研究背景 1 1.2 研究動機與目的 1 1.3 論文架構 2 第2章 監控系統技術探討 4 2.1 網際網路通訊協定技術 4 2.1.1 UDP傳輸機制 8 2.1.2 TCP傳輸機制 10 2.1.3 TCP與UDP傳輸比較 16 2.2 JPEG影像壓縮技術 18 2.3 即時影像傳輸技術 22 2.3.1 RTP即時傳輸機制 22 2.4 物件移動偵測技術 25 2.4.1 全區域影像運動偵測法 25 2.4.2 改良式影像運動快速偵測法 26 第3章 監控系統開發平台架構 27 3.1 硬體規格介紹 27 3.1.1 ARM Based 微處理器 27 3.1.2 乙太網路模組 32 3.1.3 攝影機模組 34 3.2 軟體開發環境 37 3.2.1 系統軟體設計規劃 37 3.2.2 硬體驅動程式設計 38 3.2.3 網路底層程式設計 42 3.2.4 網際網路通訊協定組程式設計 51 第4章 嵌入式監控系統開發 57 4.1 系統功能架構分析 57 4.1.1 網路模式架構 58 4.1.1.1 網頁瀏覽影像方式 58 4.1.1.2 影像串流傳輸方式 60 4.1.2 單機模式架構 62 4.2 系統功能程式實作 63 4.2.1 網路模式設計 63 4.2.1.1 Server端程式設計 65 4.2.1.2 Client端程式設計 69 4.2.2 單機模式設計 70 第5章 網路封包實驗分析 71 5.1 網路封包分析工具-Wireshark 71 5.2 網路封包數據驗證 72 5.2.1 TCP封包數據驗證 74 5.2.2 UDP封包數據驗證 79 5.2.3 RTP封包數據驗證 81 5.2.4 HTTP封包數據驗證 84 第6章 嵌入式監控系統實驗與結果 87 6.1 以網頁方式瀏覽監控影像 87 6.2 以串流傳輸方式瀏覽監控影像 91 6.3 改良式影像運動快速偵測法 94 6.3.1 影像中物件大小的影響 94 6.3.2 影像亮度的影響 96 第7章 結論與未來展望 97 參考文獻 98

    [1] J. Postel, “User Data Protocol”, RFC768, Internet Engineering Task Force, 1980.
    [2] J. Postel, “Internet Protocol”, RFC791, Internet Engineering Task Force, 1981
    [3] J. Postel, “Transmission Control Protocol”, RFC793, Internet Engineering Task Force, 1981.
    [4] H.Schulzrinne, “RTP: A Transport Protocol for Real-Time Applications” , RFC-3550 , Internet Engineering Task Force, 2003
    [5] R. Fielding, “Hypertext Transfer Protocol” , RFC-2616, Internet Engineering Task Force, 1999
    [6] W. B. Pennebaker and J. L. Mitchell, JPEG Still Image Data Compression  Standard, Van Nostrand Reinhold, New York 1993.
    [7] Netravali, A. N., Robbins, J. D., “Motion Compensated Television Coding:Part I”, The Bell System Technical Journal, vol. 58, No. 3, pp. 631-670, March 1979
    [8] Behrouz A. Forouzan, Sophia Chung Fegan ,“TCP/IP Protocol Suite, 3e”2006
    [9] 蕭榮修,TCP/IP嵌入式系統Web伺服器,全華科技圖書股份有限公司,台北2004
    [10] 施威銘,TCP/IP協定觀念與實作,旗標出版股份有限公司,台北 2004
    [11] 蕭文龍,林松儒,"TCP/IP最佳入門實用書:網際網路原理應用",第四版,碁峰資訊股份有限公司,2003
    [12] 蔡明志,C++教學範本,碁峰資訊股份有限公司,台北 2000
    [13] Quinn Bob, Dave Shute,"WINDOWS SOCKETS網路程式設計經典",李孟書,黃鶴超譯,初版,碁峰資訊股份有限公司,1997
    [14] 周承峙,基於RTP 之資料發送端傳輸程式之設計,台灣科技大學電子工程研究所碩士論文,2000

    無法下載圖示 全文公開日期 2015/07/27 (校內網路)
    全文公開日期 本全文未授權公開 (校外網路)
    全文公開日期 本全文未授權公開 (國家圖書館:臺灣博碩士論文系統)
    QR CODE