# AndroidUSBCamera **Repository Path**: gaodadui/AndroidUSBCamera ## Basic Information - **Project Name**: AndroidUSBCamera - **Description**: Universal UVCCamera library,supporting recording,pushing,etc. // USB摄像头(UVC)视频录制和图片抓拍,支持边推流边录像 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2022-10-19 - **Last Updated**: 2022-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README AndroidUSBCamera[![](https://jitpack.io/v/jiangdongguo/AndroidUSBCamera.svg)](https://jitpack.io/#jiangdongguo/AndroidUSBCamera) ============= AndroidUSBCamera是基于[saki4510t/UVCCamera](https://github.com/saki4510t/UVCCamera)开发的,USB Camera(UVC设备)项目和视频数据采集的使用高度封装,可以帮助开发者通过一些简单的 API 轻松使用 USB 相机设备。使用AndroidUSBCamera,您可以简单的检测并连接USB Camera,还可以实现拍照、录制mp4、切换分辨率、获取h.264/aac/src.yuv(nv21)码流和设置相机对比度或亮度,支持480P、720P、1080P及更高等。支持覆盖和录制设备的麦克风。 支持安卓5.0,6.0,7.0,8.0,9.0,10.0 [中文文档:AndroidUSBCamera,UVCCamera通用开发库](http://blog.csdn.net/andrexpert/article/details/78324181) - JNI源码下载: [NDK库:UVCCameraLib](https://github.com/jiangdongguo/UVCCameraLib) **使用 kotlin 从 2.7.3 重构。** 等待... License ------- Copyright 2017-2022 Jiangdg Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.