Image Manager (CVCDriver.dll) 14.0
ISoftwareTrigger

Interface for triggering a camera over software, not involving a hardware trigger signal. More...

Functions

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...
 

Detailed Description

Interface for triggering a camera over software, not involving a hardware trigger signal.

Function Documentation

◆ CanSoftwareTrigger()

cvbbool_t CanSoftwareTrigger ( IMG  Image)

This function verifies whether the image supports the SoftwareTrigger interface.

Parameters
[in]ImageHandle 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]ImageHandle of image object.
[in]iSWTrgIDID 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)