fix(*): exp max time range change to doc.

This commit is contained in:
TinyO 2019-10-23 10:34:08 +08:00
parent 09c956c36c
commit 91ba753b98

View File

@ -195,14 +195,14 @@ enum class Option : std::uint8_t {
* Max exposure time, valid if auto-exposure
* <p>
* range of standard 1: [0,240], default: 240<br>
* range of standard 2: [0,1000], default: 333
* range of standard 2: [0,655], default: 333
* </p>
*/
MAX_EXPOSURE_TIME,
/**
* min exposure time, valid if auto-exposure
* <p>
* range: [0,1000], default: 0<br>
* range: [0,655], default: 0<br>
* </p>
*/
MIN_EXPOSURE_TIME,