fix(*): exp max time range change to doc.
This commit is contained in:
parent
09c956c36c
commit
91ba753b98
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user