|
TriggerSelector
|
|
| "AcquisitionStart"
|
| Trigger will starts the acquisition of one or several frames according to AcquisitionMode
|
| "AcquisitionEnd"
|
| Trigger will stop the acquisition of one or several frames according to AcquisitionMode
|
| "AcquisitionActive"
|
| Trigger will control the duration of the acquisition of one or several frames
|
| "FrameStart"
|
| Trigger will start the acquisition of a frame
|
| "FrameEnd"
|
| Trigger will end the acquisition of a frame (used in line scan cameras)
|
| "FrameActive"
|
| Trigger will control the duration of a frame (used in line scan cameras)
|
| "LineStart"
|
| Trigger will start the capture of one line of a frame (used in line scan cameras)
|
| "ExposureStart"
|
| Trigger will start the exposure of a frame (or line )
|
| "ExposureEnd"
|
| Trigger will end the exposure of a frame (or line )
|
| "ExposureActive"
|
| Trigger will control the duration of the exposure of a frame (or line )
|
|
|
| pValue [out, retval]
|
| Pointer to the string specifying the trigger selector setting
|
| Value [in]
|
| The trigger 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
|
|
|
|
|