|
ExposureAuto
|
|
| "Off"
|
| Exposure is manually controlled using ExposureTimeRaw or ExposureTimeAbs
|
| "Once"
|
| The camera sets the optimal exposure level and returns to the "Off" state
|
| "Continuous"
|
| The camera constantly adjusts the exposure level
|
| pValue [out, retval]
|
| Pointer to the string specifying the exposure control mode
|
| Value [in]
|
| The exposure control mode to be set
|
| S_OK
|
| Success
|
| E_NOINTERFACE
|
| The feature is not available for the selected camera
|
| E_INVALIDARG
|
| The value is not part of the enumerated set
|
| E_FAIL
|
| Failure to set the feature value
|
|
|
|
|