Do samll change

This commit is contained in:
Kalman
2018-11-27 18:00:22 +08:00
parent 02f39dbf9e
commit b625dca3df
2 changed files with 3 additions and 6 deletions

View File

@@ -165,19 +165,19 @@ enum class Option : std::uint8_t {
/**
* Max gain, valid if auto-exposure
*
* range: [0,48], default: 48
* range: [0,255], default: 8
*/
MAX_GAIN,
/**
* Max exposure time, valid if auto-exposure
*
* range: [0,240], default: 240
* range: [0,1000], default: 333
*/
MAX_EXPOSURE_TIME,
/**
* Desired brightness, valid if auto-exposure
*
* range: [0,255], default: 192
* range: [1,255], default: 122
*/
DESIRED_BRIGHTNESS,
/**