UVCCamera

GitHub Repo stars GitHub License Maven Central Version

This project is a hard fork of the original UVCCamera by saki4510t and is brought to you by Alexey Pelykh with a great gratitude to the original project's author saki4510t and its community of contributors. It includes some improvements from the original project's forks and PRs.

Usage

The library is available on Maven Central. To use it in your project, add the following dependency:

either to your build.gradle file in the dependencies block:

implementation 'org.uvccamera:lib:0.1.0'

or to your build.gradle.kts file in the dependencies block:

implementation("org.uvccamera:lib:0.1.0")

License

The original license applies to the relevant parts of this project as well:

Copyright (c) 2014-2017 saki t_saki@serenegiant.com

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.

All files in the folder are under this Apache License, Version 2.0. Files in the jni/libjpeg, jni/libusb and jin/libuvc folders may have a different license, see the respective files.

Some dependencies may have different licenses, so please check the dependencies' licenses before using this project.

Upstreams

Most of the contributions picked from the original project's forks and PRs are attributed to the respective authors in the commit messages and stored or referenced in the upstreams folder.