|
TestImageSelector
|
|
| "Off"
|
| Test image mode is disabled. Image is coming from the sensor.
|
| "Black"
|
| Generates the darkest possible image
|
| "White"
|
| Generates the brightest possible image
|
| "GrayHorizontalRamp"
|
| Generates the horizontal wedge going from the darkest to the brightest possible intensity
|
| "GrayVerticalRamp"
|
| Generates the vertical wedge going from the darkest to the brightest possible intensity
|
| "GrayHorizontalRampMoving"
|
| Generates the horizontal wedge going from the darkest to the brightest possible intensity and moving from left to right
|
| "GrayHorizontalRampMoving"
|
| Generates the vertical wedge going from the darkest to the brightest possible intensity and moving from top to bottom
|
| "HorizontalLineMoving"
|
| A moving horizontal line is superimposed on the live image
|
| "VeritcalLineMoving"
|
| A moving vertical line is superimposed on the live image
|
| "FrameCounter"
|
| A frame counter is superimposed on the live image
|
| pValue [out, retval]
|
| Pointer to the string specifying the test image selector setting
|
| Value [in]
|
| The test image selection 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
|
|
|
|
|