This is one of three repos with sample code.
- RICOH THETA API commands (this project)
- django-exiftool - example of using shell commands with Django
- theta gallery - display 360 images in a gallery.
This test uses THETA Client mode.
in tools/
, find-theta.py
can find the IP address of the THETA on your network.
Add the IP address to shell/views.py
in views.py, you must change the IP address, ID, and password to the settings for your specific camera.
THETA_IP = '192.168.2.101'
THETA_ID = 'THETAYL00105377'
THETA_PASSWORD = '00105377' # default password. may have been changed
Please post your comments here.