|
AcquisitionMode
|
|
| "SingleFrame"
|
| One frame is captured
|
| "MultiFrame"
|
| The number of frames to capture is specified by AcquisitionFrameCount
|
| "Continuous"
|
| Frames are captured continuously until Acquire is set to FALSE
|
| pValue [out, retval]
|
| Pointer to the string specifying the current acquisition mode
|
| Value [in]
|
| The acquisition 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
|
|
|
|
|
|
|