Skip to content

Commit a48e463

Browse files
authored
Merge pull request #242 from BluEye-Robotics/jp-pino/mtu-size
Add mtu_size field to CameraParameters for video streaming
2 parents 8d23aa9 + d5fe3eb commit a48e463

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
@@ -883,6 +883,9 @@ message CameraParameters {
883883
StreamingProtocol streaming_protocol = 20; // Streaming protocol.
884884
Framerate framerate = 7; // Stream and recording framerate.
885885
Camera camera = 8; // Which camera the parameters belong to.
886+
887+
// Network MTU size for video streaming (bytes). If 0 or unset, the system will use a default of 1400.
888+
uint32 mtu_size = 24;
886889
}
887890

888891
// Available temperature units.

0 commit comments

Comments
 (0)