Skip to content

theta4j/theta-code-reader

Repository files navigation

THETA Code Reader

Javadocs

QR Code Reader Library for RICOH THETA Plug-in system.

Getting Started

Modify your build.gradle to include this library.

repositories {
    ...
    mavenCentral() // insert this line
}

dependencies {
    ...
    implementation 'org.theta4j:theta-code-reader:1.0.1' // insert this line
}

Example

Please refer the sample app.

Development

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published