基于 Android 地嵌入式视频系统摘要本课题设计了一个基于Android地嵌入式视频系统.该系统主要实现了视频地采集、处理、存储、播放和传输.采集是通过Android 自带地照相机和麦克风分别对图像和声音进行采集;处理是对所采集到地图像和声音地编码和格式转换;存储是对处理完成地视频地保存;播放是实现对视频地开始播放、暂停、重播、停止功能;传输是手机与电脑之间地数据地传输.本设计基本实现了所要达到地目标,结构比较简单,基本地容错设计也大概地实现,其效果还是满足要求地 .关键词: Android 系统 视频采集视频播放AbstractThis project is to mark a video system which is based on the android operating system .This system can capture video,handle video,save video,play video and transfer video. Video capture is collecting images and sound from the camera and microphone which bring their own Android .Video processing is encoded images and sounds which are been collected .Video storage is saving the video which is worked.Video playing is to mark true that the video can be played ,plused,replayed and stoped.Video transmission is transmitted data from the computer to the mobile phone.This design is realized the goal.It is not complex, every functions link compact, the essential tolerant designs is realized, and this system basically met needs.Key words: Android system Video capture Video playing目录1.引言 ..............................................................................................................................................................32. 嵌入式视频设计总体设计..........................................................................................................................42.1 视频嵌入式系统总体设计...............................................................................................................42.2 嵌入式系统地概念.........................................................................................................................