fix(*): range update.

This commit is contained in:
TinyO 2019-11-04 16:39:08 +08:00
parent c1773d05df
commit cb7cea564a

View File

@ -155,7 +155,7 @@ enum class Option : std::uint8_t {
/**
* Image contrast, valid if manual-exposure
* <p>
* range: [0,255], default: 127
* range: [0,254], default: 116
* </p>
*/
CONTRAST,