博碩士論文 111522103 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:107 、訪客IP:3.138.126.144
姓名 柯佾均(Yi-Jun Ko)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 應用於AIoT的DDS攝影機網路設計與實作
(The Design and Implementation of a DDS Camera Network for AIoT Applications)
相關論文
★ 整合GRAFCET虛擬機器的智慧型控制器開發平台★ 分散式工業電子看板網路系統設計與實作
★ 設計與實作一個基於雙攝影機視覺系統的雙點觸控螢幕★ 智慧型機器人的嵌入式計算平台
★ 一個即時移動物偵測與追蹤的嵌入式系統★ 一個固態硬碟的多處理器架構與分散式控制演算法
★ 基於立體視覺手勢辨識的人機互動系統★ 整合仿生智慧行為控制的機器人系統晶片設計
★ 嵌入式無線影像感測網路的設計與實作★ 以雙核心處理器為基礎之車牌辨識系統
★ 基於立體視覺的連續三維手勢辨識★ 微型、超低功耗無線感測網路控制器設計與硬體實作
★ 串流影像之即時人臉偵測、追蹤與辨識─嵌入式系統設計★ 一個快速立體視覺系統的嵌入式硬體設計
★ 即時連續影像接合系統設計與實作★ 基於雙核心平台的嵌入式步態辨識系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 (2029-7-22以後開放)
摘要(中) 在當前人口老齡化日益加劇的背景下,智慧長照技術的興起為改善老年人生活質量提供了新的解決方案。然而,這也使得傳統攝影機網路面臨諸多挑戰。首先,隨著智慧長照需求的增長,攝影機網路需要處理更多的視頻數據,這對網路帶寬和數據傳輸速度提出了更高的要求。此外,攝影機網路的可靠性和穩定性也變得尤為重要,因為任何延遲或數據丟失都可能對老年人的安全和照護品質產生不利影響。同時,攝影機網路需要具備更強的可擴展性,以便能夠靈活地增加或減少監控設備。為了解決這些問題,本論文提出了一種應用於AIoT的DDS攝影機網路設計與實作。該系統利用DDS技術實現低延遲傳輸、可靠的數據傳輸以及靈活的可擴展性。利用Micro XRCE-DDS Client-Agent的架構,使得在低資源設備上也能夠與DDS Domain進行交互。實驗結果顯示,與廣泛應用於物聯網的MQTT相比,在使用單一設備進行傳輸時,DDS的傳輸延遲平均低了3.22毫秒;在三台設備同時傳輸時,DDS的傳輸延遲甚至平均低了14.84毫秒。此外,當增加至三台攝影機裝置時,DDS的延遲僅提升了39.30%,遠低於MQTT的133.54%。實驗結果表明,本論文的設計方法在降低傳輸延遲、增強傳輸可靠性以及提高系統靈活性和可擴展性方面具有顯著優勢。這些成果展示了DDS技術在智慧長照應用中的潛力,為未來老年人照護系統的發展提供了重要參考。
摘要(英) In the context of an increasingly aging population, the rise of smart long-term care technology offers new solutions to improve the quality of life for the elderly. However, this also presents numerous challenges for traditional camera networks. Firstly, with the growing demand for smart long-term care, camera networks need to handle more video data, which imposes higher demands on network bandwidth and data transmission speed. Additionally, the reliability and stability of camera networks become particularly important, as any delay or data loss could adversely affect the safety and quality of care for the elderly. Furthermore, camera networks need to have strong scalability to flexibly add or reduce monitoring devices.To address these issues, this thesis proposes the design and implementation of a DDS camera network for AIoT applications. The system utilizes DDS technology to achieve low-latency transmission, reliable data transmission, and flexible scalability. We use the Micro XRCE-DDS Client-Agent architecture to enable interaction with the DDS domain even on low-resource devices. Experimental results show that, compared to the widely used MQTT in IoT, DDS has an average transmission latency that is 3.22 milliseconds lower when using a single device. When three devices are transmitting simultaneously, DDS′s average transmission latency is even 14.84 milliseconds lower. Moreover, when the number of camera devices increases to three, DDS′s latency only increases by 39.30%, significantly lower than MQTT′s 133.54%.The experimental results demonstrate that our design approach has significant advantages in reducing transmission latency, enhancing transmission reliability, and improving system flexibility and scalability. These findings highlight the potential of DDS technology in smart long-term care applications, providing important references for the future development of elderly care systems.
關鍵字(中) ★ 攝影機網路
★ 智慧物聯網
★ 資料分佈服務
關鍵字(英)
論文目次 摘要 I
Abstract II
誌謝 III
目錄 IV
圖目錄 VII
表目錄 IX
第一章、緒論 1
1.1 研究背景 1
1.2 研究目標 3
1.3 論文架構 3
第二章、技術回顧 4
2.1 IoT架構 4
2.1.1 物聯網(IoT) 5
2.2 攝影機網路 6
2.2.1 RTP/RTSP 7
2.2.2 攝影機網路中的傳輸媒介 9
2.3 DDS 10
2.3.1 DDS 的優點 13
2.3.2 Micro XRCE-DDS 13
2.3.3 DDS 應用於影像串流 14
2.4 MIAT 方法論 17
2.4.1 IDEF0 模組設計 17
2.4.2 GRAFCET 離散事件建模 20
第三章、DDS攝影機網路系統設計 22
3.1 DDS攝影機網路的實體架構和設計方法 22
3.1.1 DDS 攝影機網路的實體架構 23
3.1.2 DDS 攝影機設計方法 24
3.1.3 DDS攝影機閘道器設計方法 25
3.2 DDS攝影機系統架構 26
3.2.1 DDS 配置模組 28
3.2.2 影像資料發佈模組 31
3.3 DDS 攝影機網路系統架構 32
3.3.1 DDS 資料轉發模組 34
3.3.2 DDS 攝影機網路管理引擎模組 36
3.3.3 監控攝影機網路介面模組 38
3.4 網頁監控介面平台 41
第四章、DDS攝影機網路實驗 46
4.1 實驗平台 46
4.1.1 軟硬體實驗環境 46
4.2 DDS 攝影機傳輸可靠性實驗 49
4.2.1 實驗設計 49
4.2.2 實驗結果 50
4.3 DDS 攝影機低延遲實驗 51
4.3.1 實驗設計 51
4.3.2 實驗結果 52
4.4 可擴展性DDS攝影機網路實驗 55
4.4.1 擴展性 DDS 攝影機網路架構 55
4.4.2 DDS 攝影機網路擴展性驗證 56
第五章、結論與未來展望 58
5.1結論 58
5.2未來展望 59
參考文獻 60
參考文獻 [1] J. Gubbi, R. Buyya, S. Marusic, and M. Palaniswami, "Internet of Things (IoT): A vision, architectural elements, and future directions," Future generation computer systems, vol. 29, no. 7, pp. 1645-1660, 2013.
[2] Z. Lv, B. Hu, and H. Lv, "Infrastructure monitoring and operation for smart cities based on IoT system," IEEE Transactions on Industrial Informatics, vol. 16, no. 3, pp. 1957-1962, 2019.
[3] L. D. Xu, E. L. Xu, and L. Li, "Industry 4.0: state of the art and future trends," International journal of production research, vol. 56, no. 8, pp. 2941-2962, 2018.
[4] N. Abbas, Y. Zhang, A. Taherkordi, and T. Skeie, "Mobile edge computing: A survey," IEEE Internet of Things Journal, vol. 5, no. 1, pp. 450-465, 2017.
[5] M. Song, D. Tao, and S. J. Maybank, "Sparse camera network for visual surveillance--a comprehensive survey," arXiv preprint arXiv:1302.0446, 2013.
[6] T. Dinh, Q. Yu, and G. Medioni, "Real time tracking using an active pan-tilt-zoom network camera," in 2009 IEEE/RSJ International Conference on Intelligent Robots and Systems, pp. 3786-3793, 2009.
[7] G. Pardo-Castellote, "Omg data-distribution service: Architectural overview," in 23rd International Conference on Distributed Computing Systems Workshops, 2003. Proceedings., pp. 200-206, 2003.
[8] Object Management Group. (1997). What is DDS? Available: https://www.dds-foundation.org/what-is-dds-3/
[9] J. M. Schlesselman, G. Pardo-Castellote, and B. Farabaugh, "OMG data-distribution service (DDS): architectural update," in IEEE MILCOM 2004. Military Communications Conference, 2004., vol. 2, pp. 961-967, 2004.
[10] O. M. Group. (1997). Why Choose DDS? Available: https://www.dds-foundation.org/why-choose-dds/
[11] O. M. Group. (1997). Technical Benefits. Available: https://www.dds-foundation.org/key-technical-benefits/
[12] C.-H. Chen, M.-Y. Lin, and X.-C. Guo, "High-level modeling and synthesis of smart sensor networks for Industrial Internet of Things," Computers & Electrical Engineering, vol. 61, pp. 48-66, 2017.
[13] A. Čolaković and M. Hadžialić, "Internet of Things (IoT): A review of enabling technologies, challenges, and open research issues," Computer networks, vol. 144, pp. 17-39, 2018.
[14] M. Chen, S. Mao, Y. Zhang, and V. C. Leung, Big data: related technologies, challenges and future prospects. Springer, 2014.
[15] C.-J. Chen, Y.-Y. Huang, Y.-S. Li, C.-Y. Chang, and Y.-M. Huang, "An AIoT based smart agricultural system for pests detection," IEEE Access, vol. 8, pp. 180750-180761, 2020.
[16] L. M. Gladence, V. M. Anu, R. Rathna, and E. Brumancia, "Recommender system for home automation using IoT and artificial intelligence," Journal of Ambient Intelligence and Humanized Computing, pp. 1-9, 2020.
[17] Y.-H. Lai, S.-Y. Chen, C.-F. Lai, Y.-C. Chang, and Y.-S. Su, "Study on enhancing AIoT computational thinking skills by plot image-based VR," Interactive Learning Environments, vol. 29, no. 3, pp. 482-495, 2021.
[18] K. Shafique, B. A. Khawaja, F. Sabir, S. Qazi, and M. Mustaqim, "Internet of things (IoT) for next-generation smart systems: A review of current challenges, future trends and prospects for emerging 5G-IoT scenarios," Ieee Access, vol. 8, pp. 23022-23040, 2020.
[19] H. Razalli, M. H. Alkawaz, and A. S. Suhemi, "Smart IOT surveillance multi-camera monitoring system," in 2019 IEEE 7th Conference on Systems, Process and Control (ICSPC), pp. 167-171, 2019.
[20] B. Song, C. Ding, A. T. Kamal, J. A. Farrell, and A. K. Roy-Chowdhury, "Distributed camera networks," IEEE Signal Processing Magazine, vol. 28, no. 3, pp. 20-31, 2011.
[21] D. Chu, C.-h. Jiang, Z.-b. Hao, and W. Jiang, "The design and implementation of video surveillance system based on H. 264, SIP, RTP/RTCP and RTSP," in 2013 Sixth International Symposium on Computational Intelligence and Design, vol. 2, pp. 39-43, 2013.
[22] D. C. Schuurman and D. W. Capson, "Real-time synchronized vision sensors over Ethernet," in 29th Annual IEEE International Conference on Local Computer Networks, pp. 136-143, 2004.
[23] A. Zhaxalikov, A. Mombekov, and Z. Sotsial, "Surveillance Camera Using Wi-Fi Connection," Procedia Computer Science, vol. 231, pp. 721-726, 2024.
[24] H. Jiang, C. Cai, X. Ma, Y. Yang, and J. Liu, "Smart home based on WiFi sensing: A survey," IEEE Access, vol. 6, pp. 13317-13325, 2018.
[25] eProsima. (2018). Overview. Available: https://micro-xrce-dds.docs.eprosima.com/en/latest/introduction.html
[26] M. García-Valls, P. Basanta-Val, and I. Estévez-Ayres, "Adaptive real-time video transmission over DDS," in 2010 8th IEEE international conference on industrial informatics, pp. 130-135, 2010.
[27] B. Almadani, M. Alsaeedi, and A. Al-Roubaiey, "QoS-aware scalable video streaming using data distribution service," Multimedia Tools and Applications, vol. 75, pp. 5841-5870, 2016
指導教授 陳慶瀚(Ching-Han Chen) 審核日期 2024-7-23
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明