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 Z1 or later
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”} |
_liveStreaming | Not supported |
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 |