欢迎来到天天文库
浏览记录
ID:36789680
大小:2.64 MB
页数:73页
时间:2019-05-15
《毕业论文-基于Android的视频采集系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、代号10701学号0921121441分类号TP311.1密级公开题(中、英文)目基于Android的视频采集系统的设计与实现DesignandImplementationofVideoCapture第一章TheDesign,SystemBasedonAndroidImplementationandApplicationofaWEB作者姓名杨钊指导教师姓名、职务武波教授学科门类工学学科专业计算机软件与理论提交论文日期二○一二年一月摘要近年来,随着信息技术的发展,物联网成为了众多领域中应用的热点。本文从物联网应用的需求出发,设计并实现了一套以基于Android操
2、作系统的移动终端设备为客户端、以基于Linux的PC机作为服务器的视频采集处理平台。本文实现了一套使用Java层程序完成控制功能,通过JNI(JavaNativeInterface)技术调用FFmpeg编解码库进行编码解码操作的音视频采集框架,并在底层设计了一个插件式的多线程任务系统,使客户端系统具备了高度的灵活性。同时客户端能够通过Wi-Fi、3G电话网络等无线通信技术,实时的将采集的音视频数据传输到远程服务器上进行存储或后端处理。服务器端基于ACE(AdaptiveCommunicationEnvironment)中的Reactor框架设计并实现,具有良好
3、的性能和稳定性,能够快速扩展数据处理模块,实现了数据接收与具体业务的分离。文章基于实际的项目需求,对整个系统的结构进行了分析,给出了各个模块的结构设计和软件流程以及重要模块的详细实现。最后对系统进行了功能测试和非功能测试,并对测试结果进行了分析和总结。结果表明系统的功能达到了设计要求,但在性能方面仍需改进。关键词:物联网音视频编码视频采集Android无线传输AbstractWiththedevelopmentofinformationtechnology,theapplicationofInternetofThingshasbecomeahotspotinm
4、anyfields.Tomeettherequirementsforapplicationsofthenetwork,avideocapturesystemusingdevicesbasedonandroidoperatingsystemasclientsandaPConwhichLinuxsystemisinstalledasserverisdesignedandimplementedinthisthesis.ThethesisimplementsasystemcombinedtheadvantagesofJavaandC++language,asthede
5、signthatthecontrollerisdesignedonJavalayerandthedataprocesserisonC++layer.Amulti-threadbasedpluginsystemisimplemented,providingextraflexibility.Real-timemediadataistransferredfromclientstoremoteserverthroughwirelessnetworksuchasWi-Fiorcellphonenetworkandprocessedorstoredrightafterit
6、sarrivingattheserver.TheframeworkoftheserveristhereactormodelofAdaptiveCommunicationEnvironmentlibrarywhichisefficientandstable.Thearchitectureandfunctionsofsystemaccordingtherequirementsoftheprojectareanalyzed.Thisthesisemphasizesonthestructureandprocessofsub-modules.Theresultofsys
7、temfunctionandnon-functiontestingisanalyzedandsummarized.Itshowsthatthesystemreachesthedesignedfunctionrequirement,buttheperformanceneedstobeimproved.Keyword:InternetofThingsAudioandVideoCodecVideocaptureAndroidWirelesstransmission目录第一章绪论.............................................
8、...................
此文档下载收益归作者所有