ICogAcqProfileCamera LaserDetectionMode Property Cognex VisionPro 9.22
Determines the tradeoff between maximum speed and accuracy of the laser detection algorithm. L4000 and L38 sensors only support Standard mode.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax

CogProfileCameraLaserDetectionModeConstants LaserDetectionMode { get; set; }

Property Value

Type: CogProfileCameraLaserDetectionModeConstants
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The following state flag may be affected: SfLaserDetectionMode
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied value is anything other than Standard for an L4000 or L38 sensor.
See Also