Technologies
An overview of the core technologies: AWS S3, REST API, Vercel, Django
Image Transformations
The Oppkey Theta Image API performs image transformations on a single image using a backend server. Usage on single image: https://s3-ricoh-theta.vercel.app/api/photos/8/
Medium Size
image.medium_url
2000x1000
Thumbnail Size
image.thumb_url
400x200
Medium 800 Size
image.med_800_url
800x400
Crop Size
image.crop_url
180x180
Images were taken with a mobile application connected to a RICOH THETA X camera using WiFi. The images were first transferred to a mobile phone after each picture, then transferred to a desktop computer for manual data input of description, name, and license using a web application. The image and data can also be loaded using a mobile phone.
The image is stored on AWS S3. Transformations are also stored on AWS S3. The web application is hosted on Vercel, free account. Data is hosted on an SQL cloud service, Supabase.
Code and tutorials for this demo are available at community.theta360.guide.
Resources
The 360 image is displayed by the free and open source Pannellum viewer You can embed Pannellum into mobile apps with webview. Additional information on 360 image viewers is here .