Oppkey / oppkey_theta_atk

Oppkey API Test Kit for RICOH THETA cameras
https://oppkey.github.io/oppkey_theta_atk/
Other
0 stars 1 forks source link
ricoh theta

Oppkey THETA API Test Kit

live preview demo

Tools to test the RICOH THETA Web API on different camera models.

Background

Oppkey is a developer relations firm in Silicon Valley under contract with RICOH to help businesses build solutions for RICOH THETA camera.

After helping dozens of companies deploy thousands of RICOH THETA cameras in products for used car, real estate, and construction markets, we've built up common tests based on questions from businesses about the camera behavior. RICOH considers these companies partners and relies on Oppkey to support high-quality developer relations services.

The Oppkey THETA API Test Kit (ATK) are the tools we use internally to test camera behavior such as delay between commands, configuring multiple camera settings in sequence, status checks at the end of bracket or interval shooting, thumbnail requests, and live preview (motionJPEG) management.

We get more questions from RICOH partners every week and update this API Test Kit regularly in order to help more people in the future.

Feel free to use these tools yourself to experiment with the camera, build a prototype or replicate the results of our tests.

ATK Contents

Mobile App Testing (not SDK)

thumb demo

The command line scripts can run on iOS and Android devices using Flutter.

Mobile app demonstrations can show the expected behavior of the API or workaround. For Example, the demonstration above shows a workaround for the SC2 camera.listFiles problem with returning thumbnail data.

The demonstration shows 343 thumbnails from the SC2, quickly illustrating that it's possible to pull all the thumbnail images from the camera.

The Flutter app is a demonstration of the API and is not intended for used as an SDK. We do not recommend you use the code as a basis for production applications.

Summary of Findings

Tips and HowTo


Project Contribution

Goal Explanation Example
awareness API problem or difference. API feature. SC2 API thumbnails not appearing in camera.listFiles when thumbSize set to 640 video example
workaround Psuedo code. Explanation. Code snippet Loop through list of file URLs and append ?type=thumb example article
demonstration Show expected behavior. example GitHub demo