docs(docs): modified description of hdr_mode

This commit is contained in:
Osenberg
2019-08-19 19:48:32 +08:00
parent 29a9895969
commit 615fe74965
7 changed files with 13 additions and 13 deletions

View File

@@ -69,8 +69,8 @@ enum class Option : int {
IR_CONTROL,
/**
* HDR mode
* 0: 10-bit
* 1: 12-bit
* 0: normal
* 1: WDR
*/
HDR_MODE,
/**

View File

@@ -69,8 +69,8 @@ public enum Option {
IR_CONTROL,
/**
* HDR mode
* 0: 10-bit
* 1: 12-bit
* 0: normal
* 1: WDR
*/
HDR_MODE,
/**