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

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax

public virtual CogProfileCameraLaserDetectionModeConstants LaserDetectionMode { get; set; }

Property Value

Type: CogProfileCameraLaserDetectionModeConstants

Implements

ICogAcqProfileCamera LaserDetectionMode
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 sensor.
See Also