README.md

    Maven Central

    UVCAndroid

    Library and sample to access UVC camera on non-rooted Android device

    中文文档: UVCAndroid,安卓UVC相机通用开发库

    How do I use it?

    Setup

    Dependencies
    repositories {
      mavenCentral()
    }
    
    dependencies {
        implementation 'com.herohan:UVCAndroid:1.0.5'
    }

    R8 / ProGuard

    If you are using R8 the shrinking and obfuscation rules are included automatically.

    ProGuard users must manually add the below options.

    -keep class com.herohan.uvcapp.** { *; }
    -keep class com.serenegiant.usb.** { *; }
    -keepclassmembers class * implements com.serenegiant.usb.IButtonCallback {*;}
    -keepclassmembers class * implements com.serenegiant.usb.IFrameCallback {*;}
    -keepclassmembers class * implements com.serenegiant.usb.IStatusCallback {*;}

    Requirements

    Android 5.0+

    项目简介

    🚀 Github 镜像仓库 🚀

    源项目地址

    https://github.com/shiyinghan/uvcandroid

    发行版本 5

    1.0.5

    全部发行版

    贡献者 4

    kanseei @hanshiying007
    M Milos Fec @Milos Fec
    A Andrei Buneyeu @Andrei Buneyeu

    开发语言

    • C 49.9 %
    • Assembly 17.7 %
    • Java 10.4 %
    • C++ 9.9 %
    • HTML 7.9 %