We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2259f77 + 756c0e1 commit d9125c3Copy full SHA for d9125c3
protobuf_definitions/message_formats.proto
@@ -148,10 +148,13 @@ message ConnectedClient {
148
message RecordState {
149
bool main_is_recording = 1; // If the main camera is recording
150
int32 main_seconds = 2; // Main record time (s)
151
+ float main_fps = 7; // Main record fps
152
bool guestport_is_recording = 3; // If the guestport camera is recording
153
int32 guestport_seconds = 4; // Guestport record time (s)
154
+ float guestport_fps = 8; // Guestport record fps
155
bool multibeam_is_recording = 5; // If the multibeam is recording
156
int32 multibeam_seconds = 6; // Multibeam record time (s)
157
+ float multibeam_fps = 9; // Multibeam record fps
158
}
159
160
// Interval type for time-lapse photos.
0 commit comments