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 @@ -883,6 +883,9 @@ message CameraParameters {
StreamingProtocol streaming_protocol = 20; // Streaming protocol.
Framerate framerate = 7; // Stream and recording framerate.
Camera camera = 8; // Which camera the parameters belong to.

// Network MTU size for video streaming (bytes). If 0 or unset, the system will use a default of 1400.
uint32 mtu_size = 24;
}

// Available temperature units.
Expand Down