Ricoh Theta Plugin Partner Program (New to Community)

Hi there,

I am new to the community (and the android platform) and I wanted to ask few questions please RE Ricoh Theta Plugin Partner Program!

  1. According to the docs, I need to “register” to run the Ricoh Theta X camera in development/debug mode whilst connected to say android studio IDE. Why please?
  2. How does the camera X “knows” that I am registered? I followed the docs and tried to “Enable developer mode with RICOH” but I couldn’t see where to login/enter my details… How does it work?
  3. My plan is to play around and create a Ricoh Theta X plugin so it runs inside the X camera. If I want to share my plugin (I think the .apk file) onto another Ricoh Theta X device, do I need to register the second device or could I load the .apk file via the SD card? I note comms around SC card => /plugins/ folder to run .an external .apk files.
  4. Any suggestions/forums if I wanted to develop this plugin using VS code instead of Android studio?

Many thanks in advanced,
Trevor

The camera won’t be detected by adb. so, there’s no way to transfer the apk build into the camera for testing.

  1. How does the camera X “knows” that I am registered? I followed the docs and tried to “Enable developer mode with RICOH” but I couldn’t see where to login/enter my details… How does it work?

There’s an undocumented settings inside the camera to enable the camera to communicate with adb. The only way to configure the setting is with the RICOH software. I believe the ricoh software checks the specific serial number.

  1. My plan is to play around and create a Ricoh Theta X plugin so it runs inside the X camera. If I want to share my plugin (I think the .apk file) onto another Ricoh Theta X device, do I need to register the second device or could I load the .apk file via the SD card? I note comms around SC card => /plugins/ folder to run .an external .apk files.

You can put the plugin into the RICOH store.

  1. Any suggestions/forums if I wanted to develop this plugin using VS code instead of Android studio?

It’s the same development process as with any other Android app. debug and upload to camera with adb.

there’s some problems with start/stop video with the webapi inside the camera plugin.

1 Like

Thanks @craig for the prompt reply. I have sent my details to Ricoh for registration!

Best regards,
Trevor

1 Like

You may need to be persistent in your communication with RICOH

Thanks Craig. Yes, I have sent Ricoh a chasing email…

Hi @craig RE Ricoh Theta Plugin Partner Program… Nothing yet. Any suggestions of alternative contacts details to get this moving? Thanks in advanced.

you could try and open an issue on a github repo to try and establish contact with ricoh staff. Unfortunately, I no longer have direct contact with the RICOH staff.

Thanks Craig. I will try it next… I am starting to regret investing in this camera given the lack of support :frowning:

If it were me, I would try posting to multiple github repositories with different developers. maybe someone will pass on your note to an admin at ricoh who can enable the developer mode. If they don’t know the person, maybe they can tell you the correct process to contact the administrator.

Thanks for the suggestion. I will keep trying!