Skip to content
Merged
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
3 changes: 3 additions & 0 deletions protobuf_definitions/message_formats.proto
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,13 @@ message ConnectedClient {
message RecordState {
bool main_is_recording = 1; // If the main camera is recording
int32 main_seconds = 2; // Main record time (s)
float main_fps = 7; // Main record fps
bool guestport_is_recording = 3; // If the guestport camera is recording
int32 guestport_seconds = 4; // Guestport record time (s)
float guestport_fps = 8; // Guestport record fps
bool multibeam_is_recording = 5; // If the multibeam is recording
int32 multibeam_seconds = 6; // Multibeam record time (s)
float multibeam_fps = 9; // Multibeam record fps
}

// Interval type for time-lapse photos.
Expand Down
Loading