Skip to content

codetricity/theta-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Access RICOH THETA APIs from Django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published