Skip to content

chunkified/theta-s-api-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%