|
1 | | -================================================== |
2 | | - README for "RICOH THETA v2 SDK for iOS" |
3 | | - |
4 | | - Version :0.1.1 |
5 | | -================================================== |
6 | | - |
7 | | -This file is an explanation document for RICOH THETA v2 SDK for iOS. |
8 | | -However, this document assumes that you have already registered as an iOS developer and that you are able to develop apps for iOS. |
9 | | - |
10 | | ----------------------------------------- |
11 | | - |
12 | | -* Contents of this Document |
13 | | - |
14 | | - * Terms of Service |
15 | | - * Files included in the archive |
16 | | - * Required environment for development |
17 | | - * How to Use |
18 | | - * Latest information |
19 | | - * Troubleshooting |
20 | | - * Trademarks |
21 | | - * Update History |
22 | | - |
23 | | ----------------------------------------- |
24 | | - |
25 | | -* Terms of Service |
26 | | - |
27 | | - Terms of service are included in the LICENSE.txt (LICENSE_ja.txt) file. |
28 | | - It is assumed that you have agreed to these terms of service when you start using RICOH THETA v2 SDK. |
29 | | - |
30 | | ----------------------------------------- |
31 | | - |
32 | | -* Files included in the archive |
33 | | - |
34 | | - README.txt: This file (English) |
35 | | - README_ja.txt: This file (Japanese) |
36 | | - LICENSE.txt: Terms of service file (English) |
37 | | - LICENSE_ja.txt: Terms of service file (Japanese) |
38 | | - ricoh-theta-sample-for-iosv2 |
39 | | - ┣ ricoh-theta-sample-for-iosv2: Sample application source |
40 | | - ┣ ricoh-theta-sample-for-iosv2.xcodeproj: Sample application project |
41 | | - ┗ doc: Sample application appledoc |
42 | | - |
43 | | ----------------------------------------- |
44 | | - |
45 | | -* Required environment for development |
46 | | - |
47 | | - [About RICOH THETA S] |
48 | | - Dedicated sample applications for the RICOH THETA S that meet the following conditions. |
49 | | - |
50 | | - * Hardware |
51 | | - RICOH THETA S |
52 | | - * Firmware |
53 | | - Version 1.11 or higher |
54 | | - (Method for checking and updating the firmware: https://theta360.com/en/support/manual/s/content/pc/pc_09.html) |
55 | | - |
56 | | - |
57 | | - [About the Development Environment for Sample Application] |
58 | | - Operation of the sample application has been verified under the following conditions. |
59 | | - |
60 | | - * Verified operating environment |
61 | | - iPhone 5s |
62 | | - * Development/Build Environment |
63 | | - Xcode 7.0.1 |
64 | | - SDK9 |
65 | | - |
66 | | ----------------------------------------- |
67 | | - |
68 | | -* How to Use |
69 | | - |
70 | | - [Operating the Sample Application] |
71 | | - 1. Open and execute ricoh-theta-sample-for-iosv2 from Xcode. The sample application is registered in the iOS device. |
72 | | - 2. Connect the RICOH THETA S to the iOS device using Wi-Fi. |
73 | | - (Usage instructions, connecting the camera to a smartphone: https://theta360.com/en/support/manual/s/content/prepare/prepare_06.html) |
74 | | - 3. The sample application can be operated |
75 | | - |
76 | | - [More detailed information] |
77 | | - See the contents of the provided sample program and documents, as well as documents on the Internet for further information. |
78 | | - |
79 | | - https://developers.theta360.com/en/docs/ |
80 | | - |
81 | | ----------------------------------------- |
82 | | - |
83 | | -* Latest information |
84 | | - |
85 | | - The latest information is released on the "RICOH THETA Developers" website. |
86 | | - |
87 | | - https://developers.theta360.com/ |
88 | | - |
89 | | ----------------------------------------- |
90 | | - |
91 | | -* Troubleshooting |
92 | | - |
93 | | - FAQs are available on the forums. |
94 | | - |
95 | | - https://developers.theta360.com/en/forums/viewforum.php?f=6 |
96 | | - |
97 | | ----------------------------------------- |
98 | | - |
99 | | -* Trademarks |
100 | | - |
101 | | - The products and services described in this document are the trademarks or registered trademarks of their respective owners. |
102 | | - |
103 | | - * iPhone and Xcode are trademarks of Apple Inc. |
104 | | - * IOS is a registered trademark of Cisco in the USA and other countries, and is used by Apple Inc. according to the license. |
105 | | - * iPhone is a registered trademark of Aiphone Co., Ltd., and is used by Apple Inc. according to the license. |
106 | | - * Wi-Fi is the trademark of Wi-Fi Alliance. |
107 | | - |
108 | | - All other trademarks belong to their respective owners. |
109 | | - |
110 | | ----------------------------------------- |
111 | | - |
112 | | -* Update History |
113 | | - |
114 | | - 12/22/2015 0.1.0 Initial release |
115 | | - 01/28/2016 0.1.1 Bug fix |
| 1 | +================================================== |
| 2 | + README for "RICOH THETA v2 SDK for iOS" |
| 3 | + |
| 4 | + Version :0.1.2 |
| 5 | +================================================== |
| 6 | + |
| 7 | +This file is an explanation document for RICOH THETA v2 SDK for iOS. |
| 8 | +However, this document assumes that you have already registered as an iOS developer and that you are able to develop apps for iOS. |
| 9 | + |
| 10 | +---------------------------------------- |
| 11 | + |
| 12 | +* Contents of this Document |
| 13 | + |
| 14 | + * Terms of Service |
| 15 | + * Files included in the archive |
| 16 | + * Required environment for development |
| 17 | + * How to Use |
| 18 | + * Latest information |
| 19 | + * Troubleshooting |
| 20 | + * Trademarks |
| 21 | + * Update History |
| 22 | + |
| 23 | +---------------------------------------- |
| 24 | + |
| 25 | +* Terms of Service |
| 26 | + |
| 27 | + Terms of service are included in the LICENSE.txt (LICENSE_ja.txt) file. |
| 28 | + It is assumed that you have agreed to these terms of service when you start using RICOH THETA v2 SDK. |
| 29 | + |
| 30 | +---------------------------------------- |
| 31 | + |
| 32 | +* Files included in the archive |
| 33 | + |
| 34 | + README.txt: This file (English) |
| 35 | + README_ja.txt: This file (Japanese) |
| 36 | + LICENSE.txt: Terms of service file (English) |
| 37 | + LICENSE_ja.txt: Terms of service file (Japanese) |
| 38 | + ricoh-theta-sample-for-iosv2 |
| 39 | + ┣ ricoh-theta-sample-for-iosv2: Sample application source |
| 40 | + ┣ ricoh-theta-sample-for-iosv2.xcodeproj: Sample application project |
| 41 | + ┗ doc: Sample application appledoc |
| 42 | + |
| 43 | +---------------------------------------- |
| 44 | + |
| 45 | +* Required environment for development |
| 46 | + |
| 47 | + [About RICOH THETA S] |
| 48 | + Dedicated sample applications for the RICOH THETA S or above that meet the following conditions. |
| 49 | + |
| 50 | + * Hardware |
| 51 | + RICOH THETA S or above |
| 52 | + * Firmware |
| 53 | + * RICOH THETA S: Version 1.11 or above |
| 54 | + * RICOH THETA SC: All versions |
| 55 | + (Method for checking and updating the firmware: https://theta360.com/en/support/manual/s/content/pc/pc_09.html) |
| 56 | + |
| 57 | + |
| 58 | + [About the Development Environment for Sample Application] |
| 59 | + Operation of the sample application has been verified under the following conditions. |
| 60 | + |
| 61 | + * Verified operating environment |
| 62 | + iPhone 6s |
| 63 | + * Development/Build Environment |
| 64 | + Xcode 8.1 |
| 65 | + SDK10.1 |
| 66 | + |
| 67 | +---------------------------------------- |
| 68 | + |
| 69 | +* How to Use |
| 70 | + |
| 71 | + [Operating the Sample Application] |
| 72 | + 1. Open and execute ricoh-theta-sample-for-iosv2 from Xcode. The sample application is registered in the iOS device. |
| 73 | + 2. Connect the RICOH THETA S or above to the iOS device using Wi-Fi. |
| 74 | + (Usage instructions, connecting the camera to a smartphone: https://theta360.com/en/support/manual/s/content/prepare/prepare_06.html) |
| 75 | + 3. The sample application can be operated |
| 76 | + |
| 77 | + [More detailed information] |
| 78 | + See the contents of the provided sample program and documents, as well as documents on the Internet for further information. |
| 79 | + |
| 80 | + https://developers.theta360.com/en/docs/ |
| 81 | + |
| 82 | +---------------------------------------- |
| 83 | + |
| 84 | +* Latest information |
| 85 | + |
| 86 | + The latest information is released on the "RICOH THETA Developers" website. |
| 87 | + |
| 88 | + https://developers.theta360.com/ |
| 89 | + |
| 90 | +---------------------------------------- |
| 91 | + |
| 92 | +* Troubleshooting |
| 93 | + |
| 94 | + FAQs are available on the forums. |
| 95 | + |
| 96 | + https://developers.theta360.com/en/forums/viewforum.php?f=6 |
| 97 | + |
| 98 | +---------------------------------------- |
| 99 | + |
| 100 | +* Trademarks |
| 101 | + |
| 102 | + The products and services described in this document are the trademarks or registered trademarks of their respective owners. |
| 103 | + |
| 104 | + * iPhone and Xcode are trademarks of Apple Inc. |
| 105 | + * IOS is a registered trademark of Cisco in the USA and other countries, and is used by Apple Inc. according to the license. |
| 106 | + * iPhone is a registered trademark of Aiphone Co., Ltd., and is used by Apple Inc. according to the license. |
| 107 | + * Wi-Fi is the trademark of Wi-Fi Alliance. |
| 108 | + |
| 109 | + All other trademarks belong to their respective owners. |
| 110 | + |
| 111 | +---------------------------------------- |
| 112 | + |
| 113 | +* Update History |
| 114 | + |
| 115 | + 12/22/2015 0.1.0 Initial release |
| 116 | + 01/28/2016 0.1.1 Bug fix |
| 117 | + 11/17/2016 0.1.2 Bug fix |
0 commit comments