|
1 | | -================================================== |
2 | | - README for "RICOH THETA SDK for Android" |
3 | | - |
4 | | - Version :0.3.0 |
5 | | -================================================== |
6 | | - |
7 | | -This file is an explanation document for RICOH THETA SDK for Android. |
8 | | -ricoh-theta4j and r-exif4j are libraries for creating apps for Android. |
9 | | -ricoh-theta-sample-for-android is a sample app created using the libraries mentioned above. |
10 | | - |
11 | | ----------------------------------------- |
12 | | - |
13 | | -* Contents of this Document |
14 | | - |
15 | | - * Terms of Service |
16 | | - * Files included in the archive |
17 | | - * Required environment for development |
18 | | - * How to Use |
19 | | - * Latest information |
20 | | - * Troubleshooting |
21 | | - * Trademarks |
22 | | - * Update History |
23 | | - |
24 | | ----------------------------------------- |
25 | | - |
26 | | -* Terms of Service |
27 | | - |
28 | | - Terms of service are included in the LICENSE.txt (LICENSE_ja.txt) file. |
29 | | - It is assumed that you have agreed to these terms of service when you start using RICOH THETA SDK. |
30 | | - |
31 | | ----------------------------------------- |
32 | | - |
33 | | -* Files included in the archive |
34 | | - |
35 | | - README.txt: This file (English) |
36 | | - README_ja.txt: This file (Japanese) |
37 | | - LICENSE.txt: Terms of service file (English) |
38 | | - LICENSE_ja.txt: Terms of service file (Japanese) |
39 | | - ricoh-theta-sample-for-android |
40 | | - ┣ libs: Sample project library |
41 | | - ┣ res: Sample project resource file |
42 | | - ┣ src: Sample application source |
43 | | - ┗ doc: Sample application Javadoc |
44 | | - lib |
45 | | - ┣ bin |
46 | | - ┃ ┣ ricoh-theta4j.0.2.0.jar: Library about operations of RICOH THETA |
47 | | - ┃ ┗ r-exif4j.0.2.0.jar: Library that enables acquisition of EXIF information from spherical images shot using RICOH THETA |
48 | | - ┣ src |
49 | | - ┃ ┣ ricoh-theta4j: The source of ricoh-theta4j |
50 | | - ┃ ┗ r-exif4j: The source of r-exif4j |
51 | | - ┗ doc |
52 | | - ┣ ricoh-theta4j: Javadoc for ricoh-theta4j |
53 | | - ┗ r-exif4j: Javadoc for r-exif4j |
54 | | - |
55 | | ----------------------------------------- |
56 | | - |
57 | | -* Required environment for development |
58 | | - |
59 | | - [About RICOH THETA] |
60 | | - Dedicated RICOH THETA library that fulfills the following conditions. |
61 | | - |
62 | | - * Hardware |
63 | | - RICOH THETA (2013 launch Model) |
64 | | - RICOH THETA (Model:RICOH THETA m15) |
65 | | - * Firmware |
66 | | - Version 1.21 or higher |
67 | | - (Method for checking and updating the firmware: https://theta360.com/en/support/manual/content/pc/pc_05.html) |
68 | | - |
69 | | - |
70 | | - [About the Development Environment for Sample Application] |
71 | | - Operation of the sample application has been verified under the following conditions. |
72 | | - |
73 | | - * Verified operating environment |
74 | | - Nexus 5 |
75 | | - * Development/Build Environment |
76 | | - Eclipse Luna |
77 | | - Android SDK (API Level 19) |
78 | | - |
79 | | ----------------------------------------- |
80 | | - |
81 | | -* How to Use |
82 | | - |
83 | | - [Operating the Sample Application] |
84 | | - 1. Import ricoh-theta-sample-for-android.0.2.0 as a project into Eclipse, and build it in the Android device. |
85 | | - 2. Connect the RICOH THETA to the Android device using Wi-Fi. |
86 | | - (Usage instructions, connecting the camera to a smartphone: https://theta360.com/en/support/manual/content/prepare/prepare_06.html) |
87 | | - 3. Viewer section within the sample program is created using OpenGL ES2.0. |
88 | | - Use a device that is compatible with the operation. |
89 | | - 4. The sample application can be operated |
90 | | - |
91 | | - [Using your own app with RICOH THETA SDK] |
92 | | - 1. Pass the classpaths of ricoh-theta4j.0.2.0.jar and r-exif4j.0.2.0.jar through your own app. |
93 | | - 2. Mount based on the sample application and information described below. |
94 | | - |
95 | | - [More detailed information] |
96 | | - See the contents of the provided library source and Javadoc, as well as documents on the Internet for further information. |
97 | | - |
98 | | - https://developers.theta360.com/en/docs/ |
99 | | - |
100 | | ----------------------------------------- |
101 | | - |
102 | | -* Latest information |
103 | | - |
104 | | - The latest information is released on the "RICOH THETA Developers" website. |
105 | | - |
106 | | - https://developers.theta360.com/ |
107 | | - |
108 | | ----------------------------------------- |
109 | | - |
110 | | -* Troubleshooting |
111 | | - |
112 | | - FAQs are available on the forums. |
113 | | - |
114 | | - https://developers.theta360.com/en/forums/viewforum.php?f=6 |
115 | | - |
116 | | ----------------------------------------- |
117 | | - |
118 | | -* Trademarks |
119 | | - |
120 | | - The products and services described in this document are the trademarks or registered trademarks of their respective owners. |
121 | | - |
122 | | - * Android and Nexus are the trademarks or registered trademarks of Google Inc. |
123 | | - * Eclipse is the trademark or registered trademark of Eclipse Foundation, Inc. in the United States and other countries. |
124 | | - * Wi-Fi is the trademark of Wi-Fi Alliance. |
125 | | - |
126 | | - All other trademarks belong to their respective owners. |
127 | | - |
128 | | ----------------------------------------- |
129 | | - |
130 | | -* Update History |
131 | | - |
132 | | - 02/20/2015 0.3.0 Spherical viewer function added to the sample app |
133 | | - 11/06/2014 0.2.0 Documents are translated |
134 | | - 10/28/2014 0.1.0 Initial release |
| 1 | +================================================== |
| 2 | + README for "RICOH THETA SDK for Android" |
| 3 | + |
| 4 | + Version :0.3.1 |
| 5 | +================================================== |
| 6 | + |
| 7 | +This file is an explanation document for RICOH THETA SDK for Android. |
| 8 | +ricoh-theta4j and r-exif4j are libraries for creating apps for Android. |
| 9 | +ricoh-theta-sample-for-android is a sample app created using the libraries mentioned above. |
| 10 | + |
| 11 | +---------------------------------------- |
| 12 | + |
| 13 | +* Contents of this Document |
| 14 | + |
| 15 | + * Terms of Service |
| 16 | + * Files included in the archive |
| 17 | + * Required environment for development |
| 18 | + * How to Use |
| 19 | + * Latest information |
| 20 | + * Troubleshooting |
| 21 | + * Trademarks |
| 22 | + * Update History |
| 23 | + |
| 24 | +---------------------------------------- |
| 25 | + |
| 26 | +* Terms of Service |
| 27 | + |
| 28 | + Terms of service are included in the LICENSE.txt (LICENSE_ja.txt) file. |
| 29 | + It is assumed that you have agreed to these terms of service when you start using RICOH THETA SDK. |
| 30 | + |
| 31 | +---------------------------------------- |
| 32 | + |
| 33 | +* Files included in the archive |
| 34 | + |
| 35 | + README.txt: This file (English) |
| 36 | + README_ja.txt: This file (Japanese) |
| 37 | + LICENSE.txt: Terms of service file (English) |
| 38 | + LICENSE_ja.txt: Terms of service file (Japanese) |
| 39 | + ricoh-theta-sample-for-android |
| 40 | + ┣ libs: Sample project library |
| 41 | + ┣ res: Sample project resource file |
| 42 | + ┣ src: Sample application source |
| 43 | + ┗ doc: Sample application Javadoc |
| 44 | + lib |
| 45 | + ┣ bin |
| 46 | + ┃ ┣ ricoh-theta4j.0.3.1.jar: Library about operations of RICOH THETA |
| 47 | + ┃ ┗ r-exif4j.0.3.1.jar: Library that enables acquisition of EXIF information from spherical images shot using RICOH THETA |
| 48 | + ┣ src |
| 49 | + ┃ ┣ ricoh-theta4j: The source of ricoh-theta4j |
| 50 | + ┃ ┗ r-exif4j: The source of r-exif4j |
| 51 | + ┗ doc |
| 52 | + ┣ ricoh-theta4j: Javadoc for ricoh-theta4j |
| 53 | + ┗ r-exif4j: Javadoc for r-exif4j |
| 54 | + |
| 55 | +---------------------------------------- |
| 56 | + |
| 57 | +* Required environment for development |
| 58 | + |
| 59 | + [About RICOH THETA] |
| 60 | + Dedicated RICOH THETA library that fulfills the following conditions. |
| 61 | + |
| 62 | + * Hardware |
| 63 | + RICOH THETA (2013 launch Model) |
| 64 | + RICOH THETA (Model:RICOH THETA m15) |
| 65 | + * Firmware |
| 66 | + Version 1.21 or higher |
| 67 | + (Method for checking and updating the firmware: https://theta360.com/en/support/manual/content/pc/pc_05.html) |
| 68 | + |
| 69 | + |
| 70 | + [About the Development Environment for Sample Application] |
| 71 | + Operation of the sample application has been verified under the following conditions. |
| 72 | + |
| 73 | + * Verified operating environment |
| 74 | + Nexus 5 |
| 75 | + * Development/Build Environment |
| 76 | + Eclipse Mars |
| 77 | + Android Studio 1.4 |
| 78 | + Android SDK (API Level 21) |
| 79 | + |
| 80 | +---------------------------------------- |
| 81 | + |
| 82 | +* How to Use |
| 83 | + |
| 84 | + [Operating the Sample Application] |
| 85 | + 1. Import ricoh-theta-sample-for-android.0.3.1 as a project into Eclipse or Android Studio, and build it in the Android device. |
| 86 | + 2. Connect the RICOH THETA to the Android device using Wi-Fi. |
| 87 | + (Usage instructions, connecting the camera to a smartphone: https://theta360.com/en/support/manual/content/prepare/prepare_06.html) |
| 88 | + 3. Viewer section within the sample program is created using OpenGL ES2.0. |
| 89 | + Use a device that is compatible with the operation. |
| 90 | + 4. The sample application can be operated |
| 91 | + |
| 92 | + [Using your own app with RICOH THETA SDK] |
| 93 | + 1. Pass the classpaths of ricoh-theta4j.0.3.1.jar and r-exif4j.0.3.1.jar through your own app. |
| 94 | + 2. Mount based on the sample application and information described below. |
| 95 | + |
| 96 | + [More detailed information] |
| 97 | + See the contents of the provided library source and Javadoc, as well as documents on the Internet for further information. |
| 98 | + |
| 99 | + https://developers.theta360.com/en/docs/ |
| 100 | + |
| 101 | +---------------------------------------- |
| 102 | + |
| 103 | +* Latest information |
| 104 | + |
| 105 | + The latest information is released on the "RICOH THETA Developers" website. |
| 106 | + |
| 107 | + https://developers.theta360.com/ |
| 108 | + |
| 109 | +---------------------------------------- |
| 110 | + |
| 111 | +* Troubleshooting |
| 112 | + |
| 113 | + FAQs are available on the forums. |
| 114 | + |
| 115 | + https://developers.theta360.com/en/forums/viewforum.php?f=6 |
| 116 | + |
| 117 | +---------------------------------------- |
| 118 | + |
| 119 | +* Trademarks |
| 120 | + |
| 121 | + The products and services described in this document are the trademarks or registered trademarks of their respective owners. |
| 122 | + |
| 123 | + * Android, Android Studio and Nexus are the trademarks or registered trademarks of Google Inc. |
| 124 | + * Eclipse is the trademark or registered trademark of Eclipse Foundation, Inc. in the United States and other countries. |
| 125 | + * Wi-Fi is the trademark of Wi-Fi Alliance. |
| 126 | + |
| 127 | + All other trademarks belong to their respective owners. |
| 128 | + |
| 129 | +---------------------------------------- |
| 130 | + |
| 131 | +* Update History |
| 132 | + |
| 133 | + 10/15/2015 0.3.1 Bug Fix(Lollipop API Connection) |
| 134 | + 02/20/2015 0.3.0 Spherical viewer function added to the sample app |
| 135 | + 11/06/2014 0.2.0 Documents are translated |
| 136 | + 10/28/2014 0.1.0 Initial release |
0 commit comments