Can I disable RICOH THETA X's Internal Memory?

Hi community!

I am new to the RICOH Theta X device (and Android platform) and I wanted to check if there is a way to disable its internal memory so that photos/recording are only saved onto the external SD card?

I am trying to prove a point with the RICOH devices and replace another well known 360 camera. My aim would be to develop an app, create .apk file and load onto the camera so that it operates as standalone mode!

Thanks in advanced for the help and time!

1 Like

Are you using the CameraAPI inside the plugin?

See this issue about using the plugin to start/stop video:

Backup, then Delete all file in Internal Memory.

format new SDcard FAST32, unit size 32 kilobytes, and name is DVR-VIDEO

copy old folder to new SDcard, or create folder DCIM\100RICOH

@nguyenthanhphong do you know if it’s possible to save the images of the THETA X only to the removable micro SDcard? I believe the original poster wants to prevent the images from being stored to the internal camera storage.

Thanks Craig. That is correct. I would like to avoid using the RICOH THETA X’s internal memory and only (at all times) save to the SD card. I appreciate your thoughts!

Open an issue on this GitHub repo and ask if the fos.write(data) can be specified as only using the removable SDcard and ask for an example.