Version: 2.1.0
- Difference between WebAPI Sample and THETA Plugin SDK
- Terms of Service
- Files included in the archive
- Technical requirements for development
- Contents of the SDK
- Getting Started
- Where to find the latest information
- Trademark Information
The WebAPI Sample (this repo) is forked from THETA Plugin SDK (original repo). Both WebAPI Sample (this repo) and THETA Plugin SDK (original repo) are sample codes of plugin for RICOH THETA V/Z1. The original THETA Plugin SDK only supports still capturing. This WebAPI Sample can
- control Wi-Fi button and
- control Mode button. d You can record video and still, and control Wi-Fi mode(OFF/AP/CL) by this WebAPI Sample.
You agree to comply with all applicable export and import laws and regulations applicable to the jurisdiction in which the Software was obtained and in which it is used. Without limiting the foregoing, in connection with use of the Software, you shall not export or re-export the Software into any U.S. embargoed countries (currently including, but necessarily limited to, Crimea – Region of Ukraine, Cuba, Iran, North Korea, Sudan and Syria) or to anyone on the U.S. Treasury Department’s list of Specially Designated Nationals or the U.S. Department of Commerce Denied Person’s List or Entity List. By using the Software, you represent and warrant that you are not located in any such country or on any such list. You also agree that you will not use the Software for any purposes prohibited by any applicable laws, including, without limitation, the development, design, manufacture or production of missiles, nuclear, chemical or biological weapons.
By using the RICOH THETA Plug-in SDK, you are agreeing to the above and the license terms, LICENSE.txt.
Copyright © 2018 Ricoh Company, Ltd.
├── README.md: This file
├── LICENSE.txt: Files concerning the contract
├── app: Sample project
├── build.gradle: Android Studio build script
├── gradle: Android Studio build script
├── gradle.properties: Android Studio build script
├── gradlew: Android Studio build script
├── gradlew.bat: Android Studio build script
└── settings.gradle: Android Studio build script
The SDK was tested with a RICOH THETA V under the following conditions.
- RICOH THETA V
-
ver.2.40.2 and above
Information on checking and updating the firmware is here.
- This SDK has been confirmed to operate under the following conditions.
- Windows 10 Version 1709
- macOS High Sierra ver.10.13
- Android™ Studio 3.1+
- gradle 3.1.4
- Android™ SDK (API Level 25)
- compileSdkVersion 26
- buildToolsVersion "27.0.3"
- minSdkVersion 25
- targetSdkVersion 25
- This plugin is a simple camera capturing sample.
- This plugin is forked from Plugin SDK.
- This plugin can capture still and video, switch WLAN.
- This SDK is a Plug-in sample project of Android™ Studio.
- This SDK implements the basic parts necessary for developing plug-ins. You can create your own development project based on this project.
- This SDK references a plug-in library (pluginlibrary) to support plug-in development of RICOH THETA.
- The plug-in library implements the following functions that a standard plug-in should implement.
- Get button operation event
- Plug-in termination processing
- LED control
- Control of speaker
- Open the project in Android™ Studio.
- Connect RICOH THETA V with USB.
- Build and Run on THETA V.
- The latest information is published on the WEB site.
- The latest SDK is released on the GitHub project.
The names of products and services described in this document are trademarks or registered trademarks of each company.
- Android, Nexus, Google Chrome, Google Play, Google Play logo, Google Maps, Google+, Gmail, Google Drive, Google Cloud Print and YouTube are trademarks of Google Inc.
- Apple, Apple logo, Macintosh, Mac, Mac OS, OS X, AppleTalk, Apple TV, App Store, AirPrint, Bonjour, iPhone, iPad, iPad mini, iPad Air, iPod, iPod mini, iPod classic, iPod touch, iWork, Safari, the App Store logo, the AirPrint logo, Retina and iPad Pro are trademarks of Apple Inc., registered in the United States and other countries. The App Store is a service mark of Apple Inc.
- Bluetooth Low Energy and Bluetooth are trademarks or registered trademarks of US Bluetooth SIG, INC., in the United States and other countries.
- Microsoft, Windows, Windows Vista, Windows Live, Windows Media, Windows Server System, Windows Server, Excel, PowerPoint, Photosynth, SQL Server, Internet Explorer, Azure, Active Directory, OneDrive, Outlook, Wingdings, Hyper-V, Visual Basic, Visual C ++, Surface, SharePoint Server, Microsoft Edge, Active Directory, BitLocker, .NET Framework and Skype are registered trademarks or trademarks of Microsoft Corporation in the United States and other countries. The name of Skype, the trademarks and logos associated with it, and the "S" logo are trademarks of Skype or its affiliates.
- Wi-Fi™, Wi-Fi Certified Miracast, Wi-Fi Certified logo, Wi-Fi Direct, Wi-Fi Protected Setup, WPA, WPA 2 and Miracast are trademarks of the Wi-Fi Alliance.
- The official name of Windows is Microsoft Windows Operating System.
- All other trademarks belong to their respective owners.