Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.32 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.32 KB

RICOH THETA S API Tests

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:

  1. pyTHETA: Python command line, the most fully developed.
  2. deskTHETA: Python desktop example using Pygame library
  3. Python desktop example using Kivy library

Requirements

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.

Other Python Projects from the Community