docs(docs): modified description of hdr_mode
This commit is contained in:
@@ -69,8 +69,8 @@ enum class Option : int {
|
||||
IR_CONTROL,
|
||||
/**
|
||||
* HDR mode
|
||||
* 0: 10-bit
|
||||
* 1: 12-bit
|
||||
* 0: normal
|
||||
* 1: WDR
|
||||
*/
|
||||
HDR_MODE,
|
||||
/**
|
||||
|
||||
@@ -69,8 +69,8 @@ public enum Option {
|
||||
IR_CONTROL,
|
||||
/**
|
||||
* HDR mode
|
||||
* 0: 10-bit
|
||||
* 1: 12-bit
|
||||
* 0: normal
|
||||
* 1: WDR
|
||||
*/
|
||||
HDR_MODE,
|
||||
/**
|
||||
|
||||
@@ -161,8 +161,8 @@ option = enum {
|
||||
# range: [0,160], default: 0
|
||||
ir_control;
|
||||
# HDR mode
|
||||
# 0: 10-bit
|
||||
# 1: 12-bit
|
||||
# 0: normal
|
||||
# 1: WDR
|
||||
hdr_mode;
|
||||
|
||||
# The range of accelerometer
|
||||
|
||||
Reference in New Issue
Block a user