Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spec for RICOH THETA Z1 firmware v3.01.1 #20

Merged
merged 3 commits into from Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -37,7 +37,7 @@ For RICOH THETA V, can be set 0, 1 or 3.
| 10 | Reserved |
| 11 \*1 | Movie. 3648x3648. H.264/MPEG-4 AVC |

\*1 RICOH THETA Z1 firmware v3.01.1 or later
\*1 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.

### Properties

Expand Down
2 changes: 1 addition & 1 deletion theta-usb-api/property/image_size.md
Expand Up @@ -79,7 +79,7 @@ Acquires or sets the recorded size (pixels).
</tbody>
</table>

\*1 RICOH THETA Z1 firmware v3.01.1 or later
\*1 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.

#### For RICOH THETA V

Expand Down
2 changes: 1 addition & 1 deletion theta-web-api-v2.1/options/file_format.md
Expand Up @@ -28,7 +28,7 @@ The supported value depends on the shooting mode ([captureMode](capture_mode.md)
| video | {"type": "mp4", "width": 3840, "height": 1920, "\_codec": "H.264/MPEG-4 AVC"}<br>{"type": "mp4", "width": 1920, "height": 960, "\_codec": "H.264/MPEG-4 AVC"}<br>{"type": "mp4","width": 3648,"height": 3648, "\_codec": "H.264/MPEG-4 AVC", "_frameRate": 2} \*1<br>{"type": "mp4","width": 3648,"height": 3648, "\_codec": "H.264/MPEG-4 AVC", "\_frameRate": 1} \*1<br>{"type": "mp4","width": 2688,"height": 2688, "\_codec": "H.264/MPEG-4 AVC", "\_frameRate": 2} \*1<br>{"type": "mp4","width": 2688,"height": 2688, "\_codec": "H.264/MPEG-4 AVC", "\_frameRate": 1} \*1 |
| \_liveStreaming | Not supported |

\*1 RICOH THETA Z1 firmware v3.01.1 or later
\*1 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.


#### For RICOH THETA V
Expand Down