- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于嵌入式系统的网络视频传输系统
Network Video transmission System Based on Embedded
2008年月日摘 要
关键词:Abstract
Abstract:
This article describes a kind of software based on embedded wince operating system. This software can collect video data by using USB Camera. Then the server on PXA270桽 experiment box will send this data to the client through network. At the same time, this video data will be displayed both on the server and the client. TCP communication is supposed to be the mode of network communication. This software system contains two parts, including video data collection and video data transmission.
The part of video data collection describes how to develop USB Camera driver and collect video data. The part of video data transmission describes sockets communication principle, at first. It also describes the client how to communicate with the server by using TCP communication, and send data to each other. At last, all of video data will be displayed on the server and the client. The server program is developed by using eMbedded Visual C++, the client program by using Visual C++ 6.0.
After all above have be done, run the server and the client, load the USB Camera driver, the video data will be successfully transmitted.
Keywords: PXA270—S; WinCE; USB Camera drive; video data acquisition; video data transmission
目 录
第1章 绪论 第2章 6
2.1系统组成……………………………………………………………………… 6
2.2设备介绍…………………………………………………………………………6
2.3驱动程序简介……………………………………………………………………6
第3章 7
第章 7
第章第章 8
6.1 WinCE 下的USB camera 驱动……………………………………………………8
6.1.1windows CE编写的USB camera驱动程序………………………………8
6.1.2 USB camera驱动的实现…………………………………………………8
6.2服务端视频采集……………………………………………………………………9
6.3视频图像传输………………………………………………………………………10
6.4 PC机上TCP客户端程序……………………………………………………………11
6.4.1 CTCPClient_CE类概述及应用……………………………………………11
6.4.2 TCP客户端程序其他类简单概述…………………………………………13
6.4.3 WinCE上TCP服务端程序…………………………………………………14
6.4.4 CTCPCustom_CE类说明……………………………………………………14
6.4.5 CTCPServer_CE类说明……………………………………………………15
6.4.6 TCP服务端程序……………………………………………………………16
第章 18
7.1系统测
原创力文档


文档评论(0)