Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 618 Bytes

File metadata and controls

29 lines (19 loc) · 618 Bytes

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