Skip to content

Commit d9125c3

Browse files
Merge pull request #166 from BluEye-Robotics/js/fps
Add fps to RecordState
2 parents 2259f77 + 756c0e1 commit d9125c3

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)