Information on File Format is here:
theta-api-specs/theta-web-api-v2.1/options/file_format.md at main · ricohapi/theta-api-specs · GitHub
The ones to try with Google Streetview are:
{"type": "mp4","width": 7680,"height": 3840, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 10}
{"type": "mp4","width": 7680,"height": 3840, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 5}
{"type": "mp4","width": 7680,"height": 3840, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 2}
There is no 1fps.
You will need to take 2 fps and discard one of the frames.
Data is stored in this format.
theta-api-specs/theta-metadata at main · ricohapi/theta-api-specs · GitHub
Refer to Camera Motion Metadata Spec from Google, which the THETA X conforms to.
ข้อมูลจําเพาะของข้อมูลเมตาการเคลื่อนไหวของกล้อง | Street View Publish API | Google for Developers
Is there a reason you do not want to use 8K video at 2fps instead of 5.7K video at 2fps?
Please read the CaMM data spec prior to making a purchase. The data is not in the same format as an image where you can easily pull the metadata from an image file. Ideally, you buy the camera from a place with a return policy in case it does not meet your requirements.
Note, that I don’t work for RICOH and can only refer you to the publicly available information. It is up to you to assess the information and make your own business decision.
There is no GPS or IMU data available as a live stream. You can only access it from the video file CaMM data track.
If there is a more involved research project, you can use a plugin to get the sensor data and then make it available through your own API from a HTTP server inside the camera. The camera runs a version of Android.
Feel free to provide more information on your use case. We’re happy to keep trying to help.