Click or drag to resize

BasePluginCameraIsManualTriggerLoop Property

If true, the camera will be triggered by TakePictureMat by using a WritePortAutomation object. Otherwise the camera will be triggered by Click and Teach after setting the mirror positions using BaseScanController.GoToAndTrigger().

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.20.0
Syntax
C#
public bool IsManualTriggerLoop { get; set; }

Property Value

Boolean
See Also