@@ -581,6 +581,17 @@ convenient video playback:
581581If a recording is ongoing, Cockpit will try to prevent the tab/application from closing, with a warning:
582582{{ easy_image(src="video-recording-termination-warning", width=550, center=true) }}
583583
584+ ##### Snapshot Recorder
585+ The Snapshot mini-widget allows capturing the current frame from one or more WebRTC video streams, or the
586+ entire visible View (in the self-contained application) and saving them as timestamped image files with EXIF
587+ metadata specified for the vehicle's location and orientation:
588+ {{ easy_image(src="snapshot-mini-widget", width=230, center=true) }}
589+
590+ Snapshots can be captured by clicking the button, or configured to trigger repeatedly with a timer:
591+ {{ easy_image(src="snapshot-config", width=350, center=true) }}
592+
593+ The saved images can be accessed through the [ Snapshot Library] ( #snapshot-library ) .
594+
584595##### URL Video Player
585596
586597The URL video player widget displays a video from a URL. This is useful for testing IP cameras that are not
@@ -1135,6 +1146,10 @@ More detailed breakdowns and examples will be coming in future.
11351146 first file in the batch, or selecting a set of individual files using ` CTRL+Click ` or ` CMD+Click ` (for macOS).
11361147{{ easy_image(src="video-recording-library", width=500, center=true) }}
11371148
1149+ ### Snapshot Library
1150+ - Allows downloading and deleting [ snapshots] ( #snapshot-recorder )
1151+ {{ easy_image(src="snapshot-library", width=500, center=true) }}
1152+
11381153### Telemetry Logs / Subtitle Files
11391154
11401155Cockpit can optionally record some of its received telemetry values, which can then be turned into subtitle
0 commit comments