Skip to content

Commit

Permalink
Merge pull request #13 from shohara/shohara-patch-1
Browse files Browse the repository at this point in the history
Shohara patch 1
  • Loading branch information
KATSUYA2 authored May 18, 2022
2 parents 4d5fbe3 + 22a3e9b commit 1bebd7e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Version: 3.0.2
* [Terms of Service](#terms)
* [Files included in the archive](#files)
* [Technical requirements for development](#requirements)
* [Contents of the SDK](#contents)
* [Contents of the Library](#library)
* [How to Use](#how_to_use)
* [See Also](#see_also)
* [Troubleshooting](#troubleshooting)
Expand All @@ -20,7 +20,7 @@ Version: 3.0.2
By using the RICOH THETA Plug-in Library, you are agreeing to the above and the license terms, [LICENSE.txt](LICENSE.txt).

Copyright © 2018 Ricoh Company, Ltd.
Copyright © 2018-2022 Ricoh Company, Ltd.

<a name="files"></a>
## Files included in the archive
Expand Down Expand Up @@ -69,7 +69,7 @@ This Library has been confirmed to operate under the following conditions.
* minSdkVersion 25
* targetSdkVersion 29

<a name="contents"></a>
<a name="library"></a>
## Contents of the Library

* This plug-in library provides following features.
Expand All @@ -79,8 +79,8 @@ This Library has been confirmed to operate under the following conditions.
* Control speaker
* Simple method to send THETA specified broadcast intent, please refer to ricoh.api website for detail.
* Implement Camera API & MediaRecorder API interface for THETA X
* com.theta360.hardware.Camera
* com.theta360.media.MediaRecorder
* theta360.hardware.Camera
* theta360.media.MediaRecorder
* etc.
* Also implement Factory class wrapping Camera & MediaRecorder of THETA V/Z1 and THETA X.

Expand Down Expand Up @@ -112,6 +112,9 @@ dependencies {

* The latest information related to plug-in development is published on [api.ricoh](https://api.ricoh/docs/theta-plugin/).
* The latest plug-in library is released on [the GitHub project](https://github.com/ricohapi/theta-plugin-library).
* The examples which use the RICOH THETA Plug-in Library are below.
* [RICOH THETA Plug-in SDK](https://github.com/ricohapi/theta-plugin-sdk) is the primary project to develop your original plug-in.
* [THETA X Plug-in : Camera API Sample](https://github.com/ricohapi/theta-plugin-camera-api-sample-x) is the sample plug-in for RICOH THETA X, which uses Camera API.

<a name="troubleshooting"></a>
## Troubleshooting
Expand Down

0 comments on commit 1bebd7e

Please sign in to comment.