Click or drag to resize

BasePluginCameraSetTriggerMode Method

Sets or resets the camera's trigger mode. Setting the trigger mode is only allowed if a suitable port mapping is found. If this check fails, hardware triggering is disabled.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.20.0
Syntax
C#
protected virtual bool SetTriggerMode(
	bool isHardwareTrigger
)

Parameters

isHardwareTrigger  Boolean
If true, the hardware trigger will be tried to enabled, if false, the hardware trigger is disabled.

Return Value

Boolean
true if setting to on or off has been successful.
See Also