Interface for triggering a camera over software, not involving a hardware trigger signal.
More...
|
cvbbool_t | CanSoftwareTrigger (IMG Image) |
| This function verifies whether the image supports the SoftwareTrigger interface. More...
|
|
cvbres_t | STTrigger (IMG Image, cvbval_t iSWTrgID) |
| Generates a software trigger of the specified trigger ID, if the framegrabber/camera supports multiple software trigger (ID's) More...
|
|
Interface for triggering a camera over software, not involving a hardware trigger signal.
◆ CanSoftwareTrigger()
cvbbool_t CanSoftwareTrigger |
( |
IMG |
Image | ) |
|
This function verifies whether the image supports the SoftwareTrigger interface.
- Parameters
-
[in] | Image | Handle of image object. |
- Returns
TRUE
if the image supports the SoftwareTrigger interface, FALSE
otherwise.
- Supported platforms:
- Win32
Win64
Linux
- Examples:
- Visual C++ - VC MDI Example (DLL only)
◆ STTrigger()
cvbres_t STTrigger |
( |
IMG |
Image, |
|
|
cvbval_t |
iSWTrgID |
|
) |
| |
Generates a software trigger of the specified trigger ID, if the framegrabber/camera supports multiple software trigger (ID's)
- Parameters
-
[in] | Image | Handle of image object. |
[in] | iSWTrgID | ID of the trigger if the framegrabber/camera supports multiple software trigger lines, otherwise 0 . |
- Returns
- >=0 : OK
<0 : an error occured
- Supported platforms:
- Win32
Win64
Linux
- Examples:
- Visual C++ - VC MDI Example (DLL only)