CogAcqProfileCamera DetectionSensitivity Property Cognex VisionPro 9.8
Reads or sets the sensitivity of the laser detection. A higher value makes the laser easier to find and allows a lower exposure setting, which in turn allows a higher line rate. A lower value will prevent mistaking noise for the laser in areas where the laser is obscured.

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

public virtual int DetectionSensitivity { get; set; }

Property Value

Type: Int32
Used to detect where the laser is.

Implements

ICogAcqProfileCamera DetectionSensitivity
Events

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

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied value is less than 0 or greater than DetectionSensitivityMax.
See Also