RICOH THETA Disable Auto-Level topBottomCorrection for Interval Shooting

Take Picture

When taking the picture with the RICOH THETA official mobile app, the _topBottomCorrection is set to Disapply

To test _topButtonCorrection Disapply, you can use the API to take pictures

https://github.com/ricohapi/theta-api-specs/blob/main/theta-web-api-v2.1/commands/camera.take_picture.md

In the examples below, I use the free mobile app API Tester.

image

image

Interval Shoot - start capture

https://github.com/ricohapi/theta-api-specs/blob/main/theta-web-api-v2.1/commands/camera.start_capture.md

Post Data

image

Response

image

stop capture

https://github.com/ricohapi/theta-api-specs/blob/main/theta-web-api-v2.1/commands/camera.stop_capture.md

image

post data

image

response

Images

with camera on side

Shown on body of camera.

Viewed in equirectangular mode

Note that the RICOH desktop app will automatically reorient the image

Tip - Use Vysor to Type in Commands

Use Vysor with your mobile phone input the JSON with your laptop keyboard. You can also copy and paste the JSON body into the mobile phone app.

Summary

  • the official RICOH mobile app sets the _topBottomCorrection to Apply in my tests

  • to test _topBottomCorrection set to Disapply, I used a free mobile app

  • to test interval shooting, I used startCapture to start the shooting sequence and stopCapture to stop the sequence

  • I set_topBottomCorrection to Disapply prior to every interval shoot