Skip to content

Commit 7966a95

Browse files
Merge pull request #197 from BluEye-Robotics/4k
Re-add mjpg_bitrate
2 parents 3e5d4d4 + a16c647 commit 7966a95

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -736,10 +736,8 @@ enum Camera {
736736

737737
// Camera parameters.
738738
message CameraParameters {
739-
reserved 2;
740-
reserved "mjpg_bitrate";
741-
742739
int32 h264_bitrate = 1; // Bitrate of the h264 stream (bit/sec).
740+
int32 mjpg_bitrate = 2; // Bitrate of the MJPG stream used for still pictures (bit/sec).
743741

744742
int32 exposure = 3; // Shutter speed (1/10000 * s), -1 for automatic exposure.
745743
int32 white_balance = 4; // White balance temperature (2800..9300), -1 for automatic white balance.

0 commit comments

Comments
 (0)