From d449229aa478bea8da62c490b9ccc6e58345c6cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B=E4=B8=9C=E5=9B=BD?= <765067602@qq.com> Date: Fri, 10 Nov 2017 15:23:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=B0v1.2.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a00941..c730fe4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ (2)支持本地录制mp4格式视频,支持实时获取音视频数据流; (3)支持jpg格式图片抓拍; (4)支持获取camera支持的分辨率,和分辨率切换; -(5)支持屏蔽声音; +(5)支持屏蔽声音,重启Camera; (6)支持相机自动对焦; > 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:   @@ -38,7 +38,7 @@ Step 2. Add the dependency ``` dependencies { - compile 'com.github.jiangdongguo:AndroidUSBCamera:v1.2.3' + compile 'com.github.jiangdongguo:AndroidUSBCamera:v1.2.5' } ```