docs(docs): modified description of hdr_mode
This commit is contained in:
parent
29a9895969
commit
615fe74965
|
@ -225,8 +225,8 @@ enum class Option : std::uint8_t {
|
||||||
/**
|
/**
|
||||||
* HDR mode
|
* HDR mode
|
||||||
* <p>
|
* <p>
|
||||||
* 0: 10-bit<br>
|
* 0: normal<br>
|
||||||
* 1: 12-bit
|
* 1: WDR
|
||||||
* </p>
|
* </p>
|
||||||
*/
|
*/
|
||||||
HDR_MODE,
|
HDR_MODE,
|
||||||
|
|
|
@ -69,8 +69,8 @@ enum class Option : int {
|
||||||
IR_CONTROL,
|
IR_CONTROL,
|
||||||
/**
|
/**
|
||||||
* HDR mode
|
* HDR mode
|
||||||
* 0: 10-bit
|
* 0: normal
|
||||||
* 1: 12-bit
|
* 1: WDR
|
||||||
*/
|
*/
|
||||||
HDR_MODE,
|
HDR_MODE,
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -69,8 +69,8 @@ public enum Option {
|
||||||
IR_CONTROL,
|
IR_CONTROL,
|
||||||
/**
|
/**
|
||||||
* HDR mode
|
* HDR mode
|
||||||
* 0: 10-bit
|
* 0: normal
|
||||||
* 1: 12-bit
|
* 1: WDR
|
||||||
*/
|
*/
|
||||||
HDR_MODE,
|
HDR_MODE,
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -161,8 +161,8 @@ option = enum {
|
||||||
# range: [0,160], default: 0
|
# range: [0,160], default: 0
|
||||||
ir_control;
|
ir_control;
|
||||||
# HDR mode
|
# HDR mode
|
||||||
# 0: 10-bit
|
# 0: normal
|
||||||
# 1: 12-bit
|
# 1: WDR
|
||||||
hdr_mode;
|
hdr_mode;
|
||||||
|
|
||||||
# The range of accelerometer
|
# The range of accelerometer
|
||||||
|
|
|
@ -38,7 +38,7 @@ standard/desired_brightness: -1
|
||||||
standard/ir_control: 80
|
standard/ir_control: 80
|
||||||
# standard/ir_control: 0
|
# standard/ir_control: 0
|
||||||
|
|
||||||
# standard/hdr_mode, 0: 10-bit, 1: 12-bit
|
# standard/hdr_mode, 0: normal, 1: WDR
|
||||||
standard/hdr_mode: -1
|
standard/hdr_mode: -1
|
||||||
# standard/hdr_mode: 0
|
# standard/hdr_mode: 0
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ standard/desired_brightness: -1
|
||||||
standard/ir_control: 80
|
standard/ir_control: 80
|
||||||
# standard/ir_control: 0
|
# standard/ir_control: 0
|
||||||
|
|
||||||
# standard/hdr_mode, 0: 10-bit, 1: 12-bit
|
# standard/hdr_mode, 0: normal, 1: WDR
|
||||||
standard/hdr_mode: -1
|
standard/hdr_mode: -1
|
||||||
# standard/hdr_mode: 0
|
# standard/hdr_mode: 0
|
||||||
|
|
||||||
|
@ -55,4 +55,4 @@ standard/gyro_range: -1
|
||||||
# MYNTEYE-S1030, Reslution: 376x240, Format: YUYV
|
# MYNTEYE-S1030, Reslution: 376x240, Format: YUYV
|
||||||
# index_s_1: 1
|
# index_s_1: 1
|
||||||
|
|
||||||
standard/request_index: 0
|
standard/request_index: 0
|
||||||
|
|
|
@ -38,7 +38,7 @@ standard/desired_brightness: -1
|
||||||
standard/ir_control: 80
|
standard/ir_control: 80
|
||||||
# standard/ir_control: 0
|
# standard/ir_control: 0
|
||||||
|
|
||||||
# standard/hdr_mode, 0: 10-bit, 1: 12-bit
|
# standard/hdr_mode, 0: normal, 1: WDR
|
||||||
standard/hdr_mode: -1
|
standard/hdr_mode: -1
|
||||||
# standard/hdr_mode: 0
|
# standard/hdr_mode: 0
|
||||||
|
|
||||||
|
@ -55,4 +55,4 @@ standard/gyro_range: -1
|
||||||
# MYNTEYE-S1030, Reslution: 376x240, Format: YUYV
|
# MYNTEYE-S1030, Reslution: 376x240, Format: YUYV
|
||||||
# index_s_1: 1
|
# index_s_1: 1
|
||||||
|
|
||||||
standard/request_index: 0
|
standard/request_index: 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user