Skip to content

Commit 6e34df7

Browse files
Edit comment
1 parent fc7e1cb commit 6e34df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ message CameraParameters {
840840
int32 sharpness = 16; // Sharpness (-20..20), -20 as default. Only available on Ultra.
841841
int32 backlight_compensation = 17; // Backlight compensation (-150..150), 10 as default. Only available on Ultra.
842842
int32 denoise = 18; // Noise reduction (-20..20), -20 as default. Only available on Ultra.
843-
bool ehdr_enabled = 21; // Enable eHDR mode. Only available on Ultra.
843+
bool ehdr_enabled = 21; // Enable eHDR mode. Default true. Only available on Ultra.
844844
int32 ehdr_exposure_min_number = 22; // Minimum number of eHDR frames. (1..4), default 1. Only available on Ultra.
845845
// Maximum number of eHDR frames. (1..4), default 2. Only available on Ultra. Setting larger than 2 can reduce the framerate.
846846
int32 ehdr_exposure_max_number = 23;

0 commit comments

Comments
 (0)