Skip to content

vshcryabets/AndroidUSBCamera

 
 

Repository files navigation

Original project here - https://github.com/jiangdongguo/AndroidUSBCamera

Purpose of this project: Prepare an easy-to-use library for Android applications that allows:

  1. Getting video from UVC devices.
  2. Getting audio from UAC devices.

How to build

  1. Clone this repository.

  2. This project contains a git submodule in the libuvc-git directory. Initialize it by running:

    git submodule update --init --recursive
  3. Open the project in Android Studio.

  4. Make sure you have the NDK installed 27.0.12077973. Also, you will need CMake 3.31.6.

  5. Build the project.

Permissions

Android now often implicitly requires the CAMERA permission in addition to the explicit USB permission, especially when your app's targetSdkVersion is 28 or higher.

About

This is R&D project for UVC cameras on the Android.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 71.9%
  • C++ 13.6%
  • Kotlin 9.3%
  • Java 3.1%
  • CMake 0.7%
  • Makefile 0.6%
  • Other 0.8%