|
SetFeatureControl
|
|
| Name [in]
|
| String specifying the name of the feature. In accordance with IIDC 1.31, one of the following names can be used:
|
| "Brightness", "Exposure", "Sharpness", "WhiteBalance", "Hue", "Saturation", "Gamma", "Shutter", "Gain", "Iris", "Focus", "OpticalFilter", "Zoom", "Pan", "Tilt", "Temperature", "TriggerDelay", "WhiteShading".
|
|
|
| Control [in]
|
| String specifying the control mode to set. Use one of the following inquiries:
|
| "OnOff" - to turn the feature on or off
|
| "Absolute" - to enable or disable the absolute control of the feature
|
| "Auto" - to enable or disable the auto-control of the feature
|
| "OnePush" - to initiate the one-push operation
|
|
|
| pValue [out, retval]
|
| TRUE if the control mode has to be enabled and FALSE otherwise
|
| S_OK
|
| Success
|
| E_INVALIDARG
|
| Feature or inquiry does not exist
|
| E_FAIL
|
| Failure
|
|
|
|
|