Main Code Examples

THETA Plug-in SDK

  • Official plug-in SDK
  • Author: Ricoh
  • API: Primarily shows Web API
  • GitHub

THETA Sample Plug-in: CameraAPI Capture Plugin

  • Excellent starting point for using the internal CameraAPI to take pictures and video. Simple and easy to customize.
  • Author: Ricoh
  • API: Camera API
  • GitHub

Dual-fisheye Plug-in

  • Ichi Hirota’s dual-fisheye plug-in to take 3 bracketed images. Includes examples for modifying exposure and the number of images
  • Author: Ichi Hirota
  • API: Camera API
  • GitHub

theta4j THETA Web API Example

  • Client implementation of RICOH THETA API v2.1 with example of using theta4j inside of plug-in. Kotlin and Java examples.
  • Author: Shiro
  • API: Web API through theta4j - third-party open source library
  • GitHub Plug-in Example
  • GitHub Library