Skip to content

Commit 237e216

Browse files
committed
Merge branch 'master' into av/dvl-errorflags-and-notifs
2 parents b45723c + d9125c3 commit 237e216

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,13 @@ message ConnectedClient {
148148
message RecordState {
149149
bool main_is_recording = 1; // If the main camera is recording
150150
int32 main_seconds = 2; // Main record time (s)
151+
float main_fps = 7; // Main record fps
151152
bool guestport_is_recording = 3; // If the guestport camera is recording
152153
int32 guestport_seconds = 4; // Guestport record time (s)
154+
float guestport_fps = 8; // Guestport record fps
153155
bool multibeam_is_recording = 5; // If the multibeam is recording
154156
int32 multibeam_seconds = 6; // Multibeam record time (s)
157+
float multibeam_fps = 9; // Multibeam record fps
155158
}
156159

157160
// Interval type for time-lapse photos.

0 commit comments

Comments
 (0)