Sometimes the RICOH THETA camera will get stuck. This may happen during development.
If there is a stuck plug-in running inside the camera or a WebAPI command causes the camera to become unresponsive, you should first try a shutdown.
Button: Power button only for around 8 seconds
In these cases, you can try force shutdown by holding down both the power button and Wi-Fi button simultaneously.
Buttons: Power + WiFi for 8 seconds
If you are having network problems, you can try a Wi-Fi reset.
Buttons: Wi-Fi and mode for 8 seconds
With the camera connected to the computer with Wi-Fi, you have many different options.
You can get a testing tool from the link below.
https://oppkey.github.io/oppkey_theta_atk/
This uses the camera.reset API command.
curl -X POST http://192.168.1.1/osc/commands/execute -H "Content-Type: application/json" -d "{'name': 'camera.reset'}"
{"name":"camera.reset","state":"done"}
After resetting the camera, you will need to turn on camera Wi-Fi and reconnect from your computer to the camera.
Do you lose any data or settings with a Force Shutdown? In my experience, no. But I’m curious if anyone has had issues.