We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e5d4d4 + a16c647 commit 7966a95Copy full SHA for 7966a95
protobuf_definitions/message_formats.proto
@@ -736,10 +736,8 @@ enum Camera {
736
737
// Camera parameters.
738
message CameraParameters {
739
- reserved 2;
740
- reserved "mjpg_bitrate";
741
-
742
int32 h264_bitrate = 1; // Bitrate of the h264 stream (bit/sec).
+ int32 mjpg_bitrate = 2; // Bitrate of the MJPG stream used for still pictures (bit/sec).
743
744
int32 exposure = 3; // Shutter speed (1/10000 * s), -1 for automatic exposure.
745
int32 white_balance = 4; // White balance temperature (2800..9300), -1 for automatic white balance.
0 commit comments