IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.
Querying the current setting of the automatic exposure.
genericC++ |
---|
auto exposureAutoMode = m_autoFeaturesManager.GetExposureAutoMode(); |
Setting the mode for automatic exposure.
genericC++ |
---|
// Disable ExposureAuto mode |
Querying if the automatic exposure control has been completed (e.g. after activation of a “Once” control).
genericC++ |
---|
bool finished = m_autoFeaturesManager.IsExposureAutoFinished(); |