From 2e7f4b241bd6488327e29d6caa8cdce264e51f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B=E4=B8=9C=E5=9B=BD?= <765067602@qq.com> Date: Mon, 23 Oct 2017 22:16:02 +0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29a72cc..b9d9e36 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ # AndroidUSBCamera开源项目 -### AndroidUSBCamera基于[saki4510t/UVCCamera](https://github.com/saki4510t/UVCCamera)开发,该项目对USB Camera(UVC设备)的使用和视频数据采集进行了高度封装,能够帮助开发者通过几个简单的API实现USB Camera设备的检测、连接、预览和视频数据采集。主要功能包括:USB Camera实时预览;本地录制mp4格式视频;png格式图片抓拍;实时获取编码后的音视频数据流。 -> AndroidUSBCamera is developed based on the saki4510t/UVCCamera, the project of USB Camera (UVC equipment) and the use of video data acquisition are highly packaged, and it can help developers using USB Camera devices to connect, preview and video data collection by a few simple API. The main functions include: USB Camera real-time preview; local recording MP4 format video; PNG format photo capture; real-time access to encoded audio and video data stream. +### AndroidUSBCamera基于[saki4510t/UVCCamera](https://github.com/saki4510t/UVCCamera)开发,该项目对USB Camera(UVC设备)的使用和视频数据采集进行了高度封装,能够帮助开发者通过几个简单的API实现USB Camera设备的检测、连接、预览和音视频数据采集。主要功能包括: +  ### (1) 支持USB Camera设备检测,画面实时预览; +  ### (2) 支持本地录制mp4格式视频,支持实时获取音视频数据流; +  ### (3) 支持jpg格式图片抓拍;   +  ### (4) 支持多种分辨率切换; +  ### (5) 支持屏蔽声音; +> AndroidUSBCamera is developed based on the saki4510t/UVCCamera, the project of USB Camera (UVC equipment) and the use of video data acquisition are highly packaged, and it can help developers using USB Camera devices to connect, preview and video data collection by a few simple API. The main functions include: +   (1)supports detecting USB Camera equipment, and previewing; + (2)supports recording MP4 format video, and acquiring real-time audio and video data; + (3)supports capturing JPG format image; + (4)supports switching resolution; + (5)support shielding sound; ## 如何使用AndroidUSBCamera项目 ### 1.添加依赖到本地工程