Uses RICOH THETA S API v2. This is not compatible with the THETA m15 or earlier cameras. For more information, check the Unofficial and Unauthorized THETA S Hacking Guide.
There are three programs that use the same sample library, thetapylib
.
The three examples are:
- pyTHETA: Python command line, the most fully developed.
- deskTHETA: Python desktop example using Pygame library
- Python desktop example using Kivy library
The examples use the python requests
module instead of urllib2
.
To install requests
do:
$ pip install requests
Check out the requests web site for more information on installation and usage.
Go to the Pygame site to download the Pygame binaries.
Code was tested with Python 2.7.