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

@@ -225,8 +225,8 @@ enum class Option : std::uint8_t {
/**
* HDR mode
* <p>
* 0: 10-bit<br>
* 1: 12-bit
* 0: normal<br>
* 1: WDR
* </p>
*/
HDR_MODE,