How to disable the sound of taking a photo?

Hello,

We have a plugin that takes photos on specific intervals. However, the intervals are quite small (<1000ms) so the sound get mildly annoying. Is there any way to disable it? It doesn’t matter if its via hardware or software. I am working on top of the theta-plugin-sdk project.

Thanks for your help!

Set the shutter volume to 0.

https://api.ricoh/docs/theta-web-api-v2.1/options/_shutter_volume/

Your plug-in can access the WebAPI from within the plugin.

Alternately, you can use the official mobile app to disable the shutter button.

Or, you can send an API request with something like Postman to disable the shutter volum.

Are you using a Z1?

How fast are you able to take the pictures? It may not be possible to reduce the speed to less than 1000ms.