We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d23aa9 + d5fe3eb commit a48e463Copy full SHA for a48e463
protobuf_definitions/message_formats.proto
@@ -883,6 +883,9 @@ message CameraParameters {
883
StreamingProtocol streaming_protocol = 20; // Streaming protocol.
884
Framerate framerate = 7; // Stream and recording framerate.
885
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;
889
}
890
891
// Available temperature units.
0 commit comments