ICogAcqProfileCamera DetectionSensitivity Property Cognex VisionPro 9.22
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
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax

int DetectionSensitivity { get; set; }

Property Value

Type: Int32
Used to detect where the laser is.
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