Back to Adaptive Vision Library website

You are here: Start » Function Reference » NET SynView » SynView_GenerateSoftwareTrigger

SynView_GenerateSoftwareTrigger


Header:ThirdPartySdk.h
Namespace:avl

Generates a software trigger, trigger source should be set to 'software'.

Syntax

void avl::SynView_GenerateSoftwareTrigger
(
	SynView_GenerateSoftwareTriggerState& ioState,
	atl::Optional<const atl::String&> inDeviceID
)

Parameters

Name Type Default Description
ioState SynView_GenerateSoftwareTriggerState& Object used to maintain state of the function.
inDeviceID Optional<const String&> NIL Tries to find the camera in all available IDs (UserID, VendorName, ModelName...)

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.