Skip to content

Commit

Permalink
advanced-usage: add video recording interface and warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander committed Dec 12, 2023
1 parent fda4631 commit 3165933
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions advanced-usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@ adding transparent padding at the sides / above+below as necessary
It is also possible to select the video source IP, which is recommended especially if there are multiple
available connection routes (e.g. if there is a wired route through a tether, as well as a wireless connection,
you should select the tether IP and remove the wireless one to avoid video stuttering from transmission over wifi).
A warning is provided when multiple routes are available:

{{ easy_image(src="video-multiple-ip-warning", width=400, center=true) }}

Video recording is possible using a [mini widget](#mini-widgets), and directly records the incoming stream
(not the scaled and cropped display of the widget).
Expand Down Expand Up @@ -310,6 +313,11 @@ The current options include
- this is currently stored in memory and downloaded to the device when finished, which may limit
maximum time for individual recordings
- recordings are saved using the [mission name](#mission-name) and the starting timestamp
- a warning is displayed if Cockpit is closed while a video is recording, and a recovery popup
appears when Cockpit is next opened in that browser / on that device
{{ easy_image(src="video-recording-config", width=250, center=true) }}
{{ easy_image(src="video-recording-termination-warning", width=400, center=true) }}
{{ easy_image(src="video-recording-recovery", width=400, center=true) }}
- Joystick connection status indicator
- Flight mode selector
- GPS status indicator
Expand Down
Binary file added advanced-usage/video-multiple-ip-warning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added advanced-usage/video-recording-config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added advanced-usage/video-recording-recovery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3165933

Please sign in to comment.