Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.33 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.33 KB

Test of Django to Access RICOH THETA API commands

THETA Django Workflow

theta-django workflow

This is one of three repos with sample code.

  1. RICOH THETA API commands (this project)
  2. django-exiftool - example of using shell commands with Django
  3. theta gallery - display 360 images in a gallery.

Live Gallery Site

Send API commands to RICOH THETA

This test uses THETA Client mode.

Finding IP address of THETA

in tools/, find-theta.py can find the IP address of the THETA on your network. Add the IP address to shell/views.py

Important Configuration

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

Screenshot of Command Dashboard

Command Home

Discussion

Please post your comments here.

Analytics