Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 4.06 KB

file_format.md

File metadata and controls

47 lines (32 loc) · 4.06 KB

fileFormat

Overview

Image format used in shooting.

Can be acquired by camera.getOptions and set by camera.setOptions.

Support value

The supported value depends on the shooting mode (captureMode).

For RICOH THETA X

Shooting mode Supported value
image {"type": "jpeg","width": 11008,"height": 5504}
{"type": "jpeg","width": 5504,"height": 2752}
video {"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}
{"type": "mp4","width": 5760,"height": 2880, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 30}
{"type": "mp4","width": 5760,"height": 2880, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 15}
{"type": "mp4","width": 5760,"height": 2880, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 10}
{"type": "mp4","width": 5760,"height": 2880, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 5}
{"type": "mp4","width": 5760,"height": 2880, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 2}
{"type": "mp4","width": 3840,"height": 1920, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 60}
{"type": "mp4","width": 3840,"height": 1920, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 30}
{"type": "mp4","width": 3840,"height": 1920, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 15}
{"type": "mp4","width": 3840,"height": 1920, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 10}
{"type": "mp4","width": 1920,"height": 960, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 60}
{"type": "mp4","width": 1920,"height": 960, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 30}
{"type": "mp4","width": 2752,"height": 2752, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 30} *1
{"type": "mp4","width": 2752,"height": 2752, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 10} *1
{"type": "mp4","width": 2752,"height": 2752, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 5} *1
{"type": "mp4","width": 2752,"height": 2752, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 2} *1
_liveStreaming Not supported

*1 RICOH THETA X firmware v2.50.2 or later. This mode outputs two fisheye video for each lens. The MP4 file name ending with _0 is the video file on the front lens, and _1 is back lens.

For RICOH THETA Z1

Shooting mode Supported value
image {"type": "jpeg","width": 6720,"height": 3360}
{"type": "raw+","width": 6720,"height": 3360}
video {"type": "mp4", "width": 3840, "height": 1920, "_codec": "H.264/MPEG-4 AVC"}
{"type": "mp4", "width": 1920, "height": 960, "_codec": "H.264/MPEG-4 AVC"}
{"type": "mp4","width": 3648,"height": 3648, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 2} *2
{"type": "mp4","width": 3648,"height": 3648, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 1} *2
{"type": "mp4","width": 2688,"height": 2688, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 2} *2
{"type": "mp4","width": 2688,"height": 2688, "_codec": "H.264/MPEG-4 AVC", "_frameRate": 1} *2
_liveStreaming Not supported

*2 RICOH THETA Z1 firmware v3.01.1 or later. This mode outputs two fisheye video for each lens. The MP4 file name ending with _0 is the video file on the front lens, and _1 is back lens. This mode does not record audio track to MP4 file.

For RICOH THETA V

Shooting mode Supported value
image {"type": "jpeg", "width": 5376, "height": 2688}
video {"type": "mp4", "width": 3840, "height": 1920, "_codec": "H.264/MPEG-4 AVC"}
{"type": "mp4", "width": 1920, "height": 960, "_codec": "H.264/MPEG-4 AVC"}
_liveStreaming Not supported

For RICOH THETA S or SC

Shooting mode Supported value
image {"type": "jpeg", "width": 5376, "height": 2688}
{"type": "jpeg", "width": 2048, "height": 1024}
video {"type": "mp4", "width": 1920, "height": 1080}
{"type": "mp4", "width": 1280, "height": 720}
_liveStreaming Not supported