Skip to content

PINR344/UVCAndroid

Repository files navigation

Maven Central

UVCAndroid

this app is actully not made by me shout out to https://github.com/shiyinghan/UVCAndroid?tab=readme-ov-file

so basically what i have added is that you can take picture with the hardware volume button, also it ocr the picture, saves the text and copies it automaticlly.

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.10'
}

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+

About

just a app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8