Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions protobuf_definitions/message_formats.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1154,6 +1154,7 @@ message OverlayParameters {
string subtitle = 14; // Optional subtitle.
string date_format = 16; // Posix strftime format string for time stamp.
float shading = 17; // Pixel intensity to subtract from text background (0..1), 0: transparent, 1: black.
bool multibeam_enabled = 25; // If the multibeam sonar fan overlay should be drawn onto the recording.
}

// Complete set of supported guest port devices.
Expand Down
Loading