UVCAndroid

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

License

License

GroupId

GroupId

com.herohan
ArtifactId

ArtifactId

UVCAndroid
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

aar
Description

Description

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

Project URL

https://github.com/shiyinghan/UVCAndroid
Source Code Management

Source Code Management

https://github.com/shiyinghan/UVCAndroid

Download UVCAndroid

How to add to project

<!-- https://jarcasting.com/artifacts/com.herohan/UVCAndroid/ -->
<dependency>
    <groupId>com.herohan</groupId>
    <artifactId>UVCAndroid</artifactId>
    <version>1.0.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.herohan/UVCAndroid/
implementation 'com.herohan:UVCAndroid:1.0.3'
// https://jarcasting.com/artifacts/com.herohan/UVCAndroid/
implementation ("com.herohan:UVCAndroid:1.0.3")
'com.herohan:UVCAndroid:aar:1.0.3'
<dependency org="com.herohan" name="UVCAndroid" rev="1.0.3">
  <artifact name="UVCAndroid" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.herohan', module='UVCAndroid', version='1.0.3')
)
libraryDependencies += "com.herohan" % "UVCAndroid" % "1.0.3"
[com.herohan/UVCAndroid "1.0.3"]

Dependencies

runtime (4)

Group / Artifact Type Version
androidx.legacy » legacy-support-v4 jar 1.0.0
androidx.appcompat » appcompat jar 1.4.1
androidx.annotation » annotation jar 1.3.0
cn.hutool : hutool-core jar 5.6.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0